├── .gitignore ├── .travis.yml ├── CHANGELOG.mdown ├── LICENSE ├── README.md ├── SConstruct ├── Vagrantfile ├── bench.c ├── deps ├── check-0.9.8 │ ├── AUTHORS │ ├── COPYING.LESSER │ ├── ChangeLog │ ├── ChangeLogOld │ ├── INSTALL │ ├── Makefile │ ├── Makefile.am │ ├── Makefile.in │ ├── NEWS │ ├── README │ ├── SVNChangeLog │ ├── THANKS │ ├── TODO │ ├── aclocal.m4 │ ├── build-aux │ │ ├── compile │ │ ├── config.guess │ │ ├── config.sub │ │ ├── depcomp │ │ ├── install-sh │ │ ├── ltmain.sh │ │ ├── mdate-sh │ │ ├── missing │ │ └── texinfo.tex │ ├── check.m4 │ ├── check.pc │ ├── check.pc.in │ ├── config.h │ ├── config.h.in │ ├── config.log │ ├── config.status │ ├── configure │ ├── configure.ac │ ├── doc │ │ ├── Makefile │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── check.info │ │ ├── check.texi │ │ ├── example │ │ │ ├── Makefile.am │ │ │ ├── README │ │ │ ├── configure.ac │ │ │ ├── src │ │ │ │ ├── Makefile.am │ │ │ │ ├── main.c │ │ │ │ ├── money.1.c │ │ │ │ ├── money.1.h │ │ │ │ ├── money.2.h │ │ │ │ ├── money.3.c │ │ │ │ ├── money.4.c │ │ │ │ ├── money.5.c │ │ │ │ ├── money.6.c │ │ │ │ ├── money.c │ │ │ │ └── money.h │ │ │ └── tests │ │ │ │ ├── Makefile.am │ │ │ │ ├── check_money.1.c │ │ │ │ ├── check_money.2.c │ │ │ │ ├── check_money.3.c │ │ │ │ ├── check_money.6.c │ │ │ │ ├── check_money.7.c │ │ │ │ └── check_money.c │ │ ├── fdl.texi │ │ ├── stamp-vti │ │ └── version.texi │ ├── lib │ │ ├── .deps │ │ │ ├── fileno.Plo │ │ │ ├── libcompat.Plo │ │ │ ├── localtime_r.Plo │ │ │ ├── malloc.Plo │ │ │ ├── pipe.Plo │ │ │ ├── putenv.Plo │ │ │ ├── realloc.Plo │ │ │ ├── setenv.Plo │ │ │ ├── sleep.Plo │ │ │ ├── strdup.Plo │ │ │ ├── strsignal.Plo │ │ │ └── unsetenv.Plo │ │ ├── Makefile │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── fileno.c │ │ ├── libcompat.c │ │ ├── libcompat.h │ │ ├── localtime_r.c │ │ ├── malloc.c │ │ ├── pipe.c │ │ ├── putenv.c │ │ ├── realloc.c │ │ ├── setenv.c │ │ ├── sleep.c │ │ ├── strdup.c │ │ ├── strsignal.c │ │ └── unsetenv.c │ ├── libtool │ ├── m4 │ │ ├── acx_pthread.m4 │ │ ├── ax_c_check_flag.m4 │ │ ├── ax_cflags_warn_all_ansi.m4 │ │ ├── libtool.m4 │ │ ├── ltoptions.m4 │ │ ├── ltsugar.m4 │ │ ├── ltversion.m4 │ │ └── lt~obsolete.m4 │ ├── src │ │ ├── .deps │ │ │ ├── check.Plo │ │ │ ├── check_error.Plo │ │ │ ├── check_list.Plo │ │ │ ├── check_log.Plo │ │ │ ├── check_msg.Plo │ │ │ ├── check_pack.Plo │ │ │ ├── check_print.Plo │ │ │ ├── check_run.Plo │ │ │ └── check_str.Plo │ │ ├── Makefile │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── check.c │ │ ├── check.h │ │ ├── check.h.in │ │ ├── check_error.c │ │ ├── check_error.h │ │ ├── check_impl.h │ │ ├── check_list.c │ │ ├── check_list.h │ │ ├── check_log.c │ │ ├── check_log.h │ │ ├── check_msg.c │ │ ├── check_msg.h │ │ ├── check_pack.c │ │ ├── check_pack.h │ │ ├── check_print.c │ │ ├── check_print.h │ │ ├── check_run.c │ │ ├── check_str.c │ │ └── check_str.h │ ├── stamp-h1 │ └── tests │ │ ├── .deps │ │ ├── check_check-check_check_exit.Po │ │ ├── check_check-check_check_fixture.Po │ │ ├── check_check-check_check_fork.Po │ │ ├── check_check-check_check_limit.Po │ │ ├── check_check-check_check_log.Po │ │ ├── check_check-check_check_log_internal.Po │ │ ├── check_check-check_check_main.Po │ │ ├── check_check-check_check_master.Po │ │ ├── check_check-check_check_msg.Po │ │ ├── check_check-check_check_pack.Po │ │ ├── check_check-check_check_sub.Po │ │ ├── check_check-check_list.Po │ │ ├── check_check_export-check_check_export_main.Po │ │ ├── check_check_export-check_check_fork.Po │ │ ├── check_check_export-check_check_log.Po │ │ ├── check_check_export-check_check_master.Po │ │ ├── check_check_export-check_check_sub.Po │ │ ├── check_stress.Po │ │ ├── check_thread_stress-check_thread_stress.Po │ │ ├── ex_log_output.Po │ │ ├── ex_output.Po │ │ └── ex_xml_output.Po │ │ ├── Makefile │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── check_check.h │ │ ├── check_check_exit.c │ │ ├── check_check_export_main.c │ │ ├── check_check_fixture.c │ │ ├── check_check_fork.c │ │ ├── check_check_limit.c │ │ ├── check_check_log.c │ │ ├── check_check_log_internal.c │ │ ├── check_check_main.c │ │ ├── check_check_master.c │ │ ├── check_check_msg.c │ │ ├── check_check_pack.c │ │ ├── check_check_sub.c │ │ ├── check_list.c │ │ ├── check_stress.c │ │ ├── check_thread_stress.c │ │ ├── ex_log_output.c │ │ ├── ex_output.c │ │ ├── ex_xml_output.c │ │ ├── test_log_output.sh │ │ ├── test_output.sh │ │ ├── test_vars │ │ ├── test_vars.in │ │ └── test_xml_output.sh ├── inih │ ├── LICENSE.txt │ ├── README.txt │ ├── ini.c │ └── ini.h ├── libev │ ├── CVS │ │ ├── Entries │ │ ├── Repository │ │ └── Root │ ├── Changes │ ├── LICENSE │ ├── Makefile.am │ ├── README │ ├── README.embed │ ├── Symbols.ev │ ├── Symbols.event │ ├── autogen.sh │ ├── configure.ac │ ├── ev++.h │ ├── ev.3 │ ├── ev.c │ ├── ev.h │ ├── ev.pod │ ├── ev_epoll.c │ ├── ev_kqueue.c │ ├── ev_poll.c │ ├── ev_port.c │ ├── ev_select.c │ ├── ev_vars.h │ ├── ev_win32.c │ ├── ev_wrap.h │ ├── event.c │ ├── event.h │ ├── event_compat.h │ ├── import_libevent │ ├── libev.m4 │ ├── update_ev_c │ ├── update_ev_wrap │ └── update_symbols └── murmurhash │ ├── MurmurHash3.cpp │ └── MurmurHash3.h ├── integ └── test_integ.py ├── src ├── art.c ├── art.h ├── background.c ├── background.h ├── barrier.c ├── barrier.h ├── bitmap.c ├── bitmap.h ├── config.c ├── config.h ├── conn_handler.c ├── conn_handler.h ├── handler_constants.c ├── hll.c ├── hll.h ├── hll_constants.c ├── hll_constants.h ├── hlld.c ├── networking.c ├── networking.h ├── set.c ├── set.h ├── set_manager.c ├── set_manager.h ├── spinlock.h └── type_compat.h └── tests ├── runner.c ├── test_art.c ├── test_bitmap.c ├── test_config.c ├── test_hll.c ├── test_set.c ├── test_setmgr.c └── words.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/.travis.yml -------------------------------------------------------------------------------- /CHANGELOG.mdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/CHANGELOG.mdown -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/README.md -------------------------------------------------------------------------------- /SConstruct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/SConstruct -------------------------------------------------------------------------------- /Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/Vagrantfile -------------------------------------------------------------------------------- /bench.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/bench.c -------------------------------------------------------------------------------- /deps/check-0.9.8/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/AUTHORS -------------------------------------------------------------------------------- /deps/check-0.9.8/COPYING.LESSER: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/COPYING.LESSER -------------------------------------------------------------------------------- /deps/check-0.9.8/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/ChangeLog -------------------------------------------------------------------------------- /deps/check-0.9.8/ChangeLogOld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/ChangeLogOld -------------------------------------------------------------------------------- /deps/check-0.9.8/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/INSTALL -------------------------------------------------------------------------------- /deps/check-0.9.8/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/Makefile -------------------------------------------------------------------------------- /deps/check-0.9.8/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/Makefile.am -------------------------------------------------------------------------------- /deps/check-0.9.8/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/Makefile.in -------------------------------------------------------------------------------- /deps/check-0.9.8/NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/NEWS -------------------------------------------------------------------------------- /deps/check-0.9.8/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/README -------------------------------------------------------------------------------- /deps/check-0.9.8/SVNChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/SVNChangeLog -------------------------------------------------------------------------------- /deps/check-0.9.8/THANKS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/THANKS -------------------------------------------------------------------------------- /deps/check-0.9.8/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/TODO -------------------------------------------------------------------------------- /deps/check-0.9.8/aclocal.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/aclocal.m4 -------------------------------------------------------------------------------- /deps/check-0.9.8/build-aux/compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/build-aux/compile -------------------------------------------------------------------------------- /deps/check-0.9.8/build-aux/config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/build-aux/config.guess -------------------------------------------------------------------------------- /deps/check-0.9.8/build-aux/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/build-aux/config.sub -------------------------------------------------------------------------------- /deps/check-0.9.8/build-aux/depcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/build-aux/depcomp -------------------------------------------------------------------------------- /deps/check-0.9.8/build-aux/install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/build-aux/install-sh -------------------------------------------------------------------------------- /deps/check-0.9.8/build-aux/ltmain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/build-aux/ltmain.sh -------------------------------------------------------------------------------- /deps/check-0.9.8/build-aux/mdate-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/build-aux/mdate-sh -------------------------------------------------------------------------------- /deps/check-0.9.8/build-aux/missing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/build-aux/missing -------------------------------------------------------------------------------- /deps/check-0.9.8/build-aux/texinfo.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/build-aux/texinfo.tex -------------------------------------------------------------------------------- /deps/check-0.9.8/check.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/check.m4 -------------------------------------------------------------------------------- /deps/check-0.9.8/check.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/check.pc -------------------------------------------------------------------------------- /deps/check-0.9.8/check.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/check.pc.in -------------------------------------------------------------------------------- /deps/check-0.9.8/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/config.h -------------------------------------------------------------------------------- /deps/check-0.9.8/config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/config.h.in -------------------------------------------------------------------------------- /deps/check-0.9.8/config.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/config.log -------------------------------------------------------------------------------- /deps/check-0.9.8/config.status: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/config.status -------------------------------------------------------------------------------- /deps/check-0.9.8/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/configure -------------------------------------------------------------------------------- /deps/check-0.9.8/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/configure.ac -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/Makefile -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/Makefile.am -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/Makefile.in -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/check.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/check.info -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/check.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/check.texi -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/example/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/example/Makefile.am -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/example/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/example/README -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/example/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/example/configure.ac -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/example/src/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/example/src/Makefile.am -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/example/src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/example/src/main.c -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/example/src/money.1.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/example/src/money.1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/example/src/money.1.h -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/example/src/money.2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/example/src/money.2.h -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/example/src/money.3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/example/src/money.3.c -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/example/src/money.4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/example/src/money.4.c -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/example/src/money.5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/example/src/money.5.c -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/example/src/money.6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/example/src/money.6.c -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/example/src/money.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/example/src/money.c -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/example/src/money.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/example/src/money.h -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/example/tests/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/example/tests/Makefile.am -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/example/tests/check_money.1.c: -------------------------------------------------------------------------------- 1 | int 2 | main (void) 3 | { 4 | return 0; 5 | } 6 | -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/example/tests/check_money.2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/example/tests/check_money.2.c -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/example/tests/check_money.3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/example/tests/check_money.3.c -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/example/tests/check_money.6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/example/tests/check_money.6.c -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/example/tests/check_money.7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/example/tests/check_money.7.c -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/example/tests/check_money.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/example/tests/check_money.c -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/fdl.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/fdl.texi -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/stamp-vti: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/stamp-vti -------------------------------------------------------------------------------- /deps/check-0.9.8/doc/version.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/doc/version.texi -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/.deps/fileno.Plo: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/.deps/libcompat.Plo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/lib/.deps/libcompat.Plo -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/.deps/localtime_r.Plo: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/.deps/malloc.Plo: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/.deps/pipe.Plo: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/.deps/putenv.Plo: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/.deps/realloc.Plo: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/.deps/setenv.Plo: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/.deps/sleep.Plo: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/.deps/strdup.Plo: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/.deps/strsignal.Plo: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/.deps/unsetenv.Plo: -------------------------------------------------------------------------------- 1 | # dummy 2 | -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/lib/Makefile -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/lib/Makefile.am -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/lib/Makefile.in -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/fileno.c: -------------------------------------------------------------------------------- 1 | #include "libcompat.h" 2 | 3 | int fileno(FILE *stream CK_ATTRIBUTE_UNUSED) 4 | { 5 | assert (0); 6 | return 0; 7 | } 8 | 9 | -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/libcompat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/lib/libcompat.c -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/libcompat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/lib/libcompat.h -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/localtime_r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/lib/localtime_r.c -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/malloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/lib/malloc.c -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/pipe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/lib/pipe.c -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/putenv.c: -------------------------------------------------------------------------------- 1 | #include "libcompat.h" 2 | 3 | int 4 | putenv (const char *string CK_ATTRIBUTE_UNUSED); 5 | { 6 | assert (0); 7 | return 0; 8 | } 9 | -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/realloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/lib/realloc.c -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/setenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/lib/setenv.c -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/sleep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/lib/sleep.c -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/strdup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/lib/strdup.c -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/strsignal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/lib/strsignal.c -------------------------------------------------------------------------------- /deps/check-0.9.8/lib/unsetenv.c: -------------------------------------------------------------------------------- 1 | #include "libcompat.h" 2 | 3 | void 4 | unsetenv (const char *name CK_ATTRIBUTE_UNUSED) 5 | { 6 | assert (0); 7 | } 8 | -------------------------------------------------------------------------------- /deps/check-0.9.8/libtool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/libtool -------------------------------------------------------------------------------- /deps/check-0.9.8/m4/acx_pthread.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/m4/acx_pthread.m4 -------------------------------------------------------------------------------- /deps/check-0.9.8/m4/ax_c_check_flag.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/m4/ax_c_check_flag.m4 -------------------------------------------------------------------------------- /deps/check-0.9.8/m4/ax_cflags_warn_all_ansi.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/m4/ax_cflags_warn_all_ansi.m4 -------------------------------------------------------------------------------- /deps/check-0.9.8/m4/libtool.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/m4/libtool.m4 -------------------------------------------------------------------------------- /deps/check-0.9.8/m4/ltoptions.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/m4/ltoptions.m4 -------------------------------------------------------------------------------- /deps/check-0.9.8/m4/ltsugar.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/m4/ltsugar.m4 -------------------------------------------------------------------------------- /deps/check-0.9.8/m4/ltversion.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/m4/ltversion.m4 -------------------------------------------------------------------------------- /deps/check-0.9.8/m4/lt~obsolete.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/m4/lt~obsolete.m4 -------------------------------------------------------------------------------- /deps/check-0.9.8/src/.deps/check.Plo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/.deps/check.Plo -------------------------------------------------------------------------------- /deps/check-0.9.8/src/.deps/check_error.Plo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/.deps/check_error.Plo -------------------------------------------------------------------------------- /deps/check-0.9.8/src/.deps/check_list.Plo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/.deps/check_list.Plo -------------------------------------------------------------------------------- /deps/check-0.9.8/src/.deps/check_log.Plo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/.deps/check_log.Plo -------------------------------------------------------------------------------- /deps/check-0.9.8/src/.deps/check_msg.Plo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/.deps/check_msg.Plo -------------------------------------------------------------------------------- /deps/check-0.9.8/src/.deps/check_pack.Plo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/.deps/check_pack.Plo -------------------------------------------------------------------------------- /deps/check-0.9.8/src/.deps/check_print.Plo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/.deps/check_print.Plo -------------------------------------------------------------------------------- /deps/check-0.9.8/src/.deps/check_run.Plo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/.deps/check_run.Plo -------------------------------------------------------------------------------- /deps/check-0.9.8/src/.deps/check_str.Plo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/.deps/check_str.Plo -------------------------------------------------------------------------------- /deps/check-0.9.8/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/Makefile -------------------------------------------------------------------------------- /deps/check-0.9.8/src/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/Makefile.am -------------------------------------------------------------------------------- /deps/check-0.9.8/src/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/Makefile.in -------------------------------------------------------------------------------- /deps/check-0.9.8/src/check.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/check.c -------------------------------------------------------------------------------- /deps/check-0.9.8/src/check.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/check.h -------------------------------------------------------------------------------- /deps/check-0.9.8/src/check.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/check.h.in -------------------------------------------------------------------------------- /deps/check-0.9.8/src/check_error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/check_error.c -------------------------------------------------------------------------------- /deps/check-0.9.8/src/check_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/check_error.h -------------------------------------------------------------------------------- /deps/check-0.9.8/src/check_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/check_impl.h -------------------------------------------------------------------------------- /deps/check-0.9.8/src/check_list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/check_list.c -------------------------------------------------------------------------------- /deps/check-0.9.8/src/check_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/check_list.h -------------------------------------------------------------------------------- /deps/check-0.9.8/src/check_log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/check_log.c -------------------------------------------------------------------------------- /deps/check-0.9.8/src/check_log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/check_log.h -------------------------------------------------------------------------------- /deps/check-0.9.8/src/check_msg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/check_msg.c -------------------------------------------------------------------------------- /deps/check-0.9.8/src/check_msg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/check_msg.h -------------------------------------------------------------------------------- /deps/check-0.9.8/src/check_pack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/check_pack.c -------------------------------------------------------------------------------- /deps/check-0.9.8/src/check_pack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/check_pack.h -------------------------------------------------------------------------------- /deps/check-0.9.8/src/check_print.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/check_print.c -------------------------------------------------------------------------------- /deps/check-0.9.8/src/check_print.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/check_print.h -------------------------------------------------------------------------------- /deps/check-0.9.8/src/check_run.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/check_run.c -------------------------------------------------------------------------------- /deps/check-0.9.8/src/check_str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/check_str.c -------------------------------------------------------------------------------- /deps/check-0.9.8/src/check_str.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/src/check_str.h -------------------------------------------------------------------------------- /deps/check-0.9.8/stamp-h1: -------------------------------------------------------------------------------- 1 | timestamp for config.h 2 | -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/.deps/check_check-check_check_exit.Po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/.deps/check_check-check_check_exit.Po -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/.deps/check_check-check_check_fixture.Po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/.deps/check_check-check_check_fixture.Po -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/.deps/check_check-check_check_fork.Po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/.deps/check_check-check_check_fork.Po -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/.deps/check_check-check_check_limit.Po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/.deps/check_check-check_check_limit.Po -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/.deps/check_check-check_check_log.Po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/.deps/check_check-check_check_log.Po -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/.deps/check_check-check_check_log_internal.Po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/.deps/check_check-check_check_log_internal.Po -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/.deps/check_check-check_check_main.Po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/.deps/check_check-check_check_main.Po -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/.deps/check_check-check_check_master.Po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/.deps/check_check-check_check_master.Po -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/.deps/check_check-check_check_msg.Po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/.deps/check_check-check_check_msg.Po -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/.deps/check_check-check_check_pack.Po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/.deps/check_check-check_check_pack.Po -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/.deps/check_check-check_check_sub.Po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/.deps/check_check-check_check_sub.Po -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/.deps/check_check-check_list.Po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/.deps/check_check-check_list.Po -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/.deps/check_check_export-check_check_export_main.Po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/.deps/check_check_export-check_check_export_main.Po -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/.deps/check_check_export-check_check_fork.Po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/.deps/check_check_export-check_check_fork.Po -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/.deps/check_check_export-check_check_log.Po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/.deps/check_check_export-check_check_log.Po -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/.deps/check_check_export-check_check_master.Po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/.deps/check_check_export-check_check_master.Po -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/.deps/check_check_export-check_check_sub.Po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/.deps/check_check_export-check_check_sub.Po -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/.deps/check_stress.Po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/.deps/check_stress.Po -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/.deps/check_thread_stress-check_thread_stress.Po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/.deps/check_thread_stress-check_thread_stress.Po -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/.deps/ex_log_output.Po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/.deps/ex_log_output.Po -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/.deps/ex_output.Po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/.deps/ex_output.Po -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/.deps/ex_xml_output.Po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/.deps/ex_xml_output.Po -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/Makefile -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/Makefile.am -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/Makefile.in -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/check_check.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/check_check.h -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/check_check_exit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/check_check_exit.c -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/check_check_export_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/check_check_export_main.c -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/check_check_fixture.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/check_check_fixture.c -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/check_check_fork.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/check_check_fork.c -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/check_check_limit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/check_check_limit.c -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/check_check_log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/check_check_log.c -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/check_check_log_internal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/check_check_log_internal.c -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/check_check_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/check_check_main.c -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/check_check_master.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/check_check_master.c -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/check_check_msg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/check_check_msg.c -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/check_check_pack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/check_check_pack.c -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/check_check_sub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/check_check_sub.c -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/check_list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/check_list.c -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/check_stress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/check_stress.c -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/check_thread_stress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/check_thread_stress.c -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/ex_log_output.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/ex_log_output.c -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/ex_output.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/ex_output.c -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/ex_xml_output.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/ex_xml_output.c -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/test_log_output.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/test_log_output.sh -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/test_output.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/test_output.sh -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/test_vars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/test_vars -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/test_vars.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/test_vars.in -------------------------------------------------------------------------------- /deps/check-0.9.8/tests/test_xml_output.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/check-0.9.8/tests/test_xml_output.sh -------------------------------------------------------------------------------- /deps/inih/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/inih/LICENSE.txt -------------------------------------------------------------------------------- /deps/inih/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/inih/README.txt -------------------------------------------------------------------------------- /deps/inih/ini.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/inih/ini.c -------------------------------------------------------------------------------- /deps/inih/ini.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/inih/ini.h -------------------------------------------------------------------------------- /deps/libev/CVS/Entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/CVS/Entries -------------------------------------------------------------------------------- /deps/libev/CVS/Repository: -------------------------------------------------------------------------------- 1 | libev 2 | -------------------------------------------------------------------------------- /deps/libev/CVS/Root: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/CVS/Root -------------------------------------------------------------------------------- /deps/libev/Changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/Changes -------------------------------------------------------------------------------- /deps/libev/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/LICENSE -------------------------------------------------------------------------------- /deps/libev/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/Makefile.am -------------------------------------------------------------------------------- /deps/libev/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/README -------------------------------------------------------------------------------- /deps/libev/README.embed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/README.embed -------------------------------------------------------------------------------- /deps/libev/Symbols.ev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/Symbols.ev -------------------------------------------------------------------------------- /deps/libev/Symbols.event: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/Symbols.event -------------------------------------------------------------------------------- /deps/libev/autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/autogen.sh -------------------------------------------------------------------------------- /deps/libev/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/configure.ac -------------------------------------------------------------------------------- /deps/libev/ev++.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/ev++.h -------------------------------------------------------------------------------- /deps/libev/ev.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/ev.3 -------------------------------------------------------------------------------- /deps/libev/ev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/ev.c -------------------------------------------------------------------------------- /deps/libev/ev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/ev.h -------------------------------------------------------------------------------- /deps/libev/ev.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/ev.pod -------------------------------------------------------------------------------- /deps/libev/ev_epoll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/ev_epoll.c -------------------------------------------------------------------------------- /deps/libev/ev_kqueue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/ev_kqueue.c -------------------------------------------------------------------------------- /deps/libev/ev_poll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/ev_poll.c -------------------------------------------------------------------------------- /deps/libev/ev_port.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/ev_port.c -------------------------------------------------------------------------------- /deps/libev/ev_select.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/ev_select.c -------------------------------------------------------------------------------- /deps/libev/ev_vars.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/ev_vars.h -------------------------------------------------------------------------------- /deps/libev/ev_win32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/ev_win32.c -------------------------------------------------------------------------------- /deps/libev/ev_wrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/ev_wrap.h -------------------------------------------------------------------------------- /deps/libev/event.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/event.c -------------------------------------------------------------------------------- /deps/libev/event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/event.h -------------------------------------------------------------------------------- /deps/libev/event_compat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/event_compat.h -------------------------------------------------------------------------------- /deps/libev/import_libevent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/import_libevent -------------------------------------------------------------------------------- /deps/libev/libev.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/libev.m4 -------------------------------------------------------------------------------- /deps/libev/update_ev_c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/update_ev_c -------------------------------------------------------------------------------- /deps/libev/update_ev_wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/update_ev_wrap -------------------------------------------------------------------------------- /deps/libev/update_symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/libev/update_symbols -------------------------------------------------------------------------------- /deps/murmurhash/MurmurHash3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/murmurhash/MurmurHash3.cpp -------------------------------------------------------------------------------- /deps/murmurhash/MurmurHash3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/deps/murmurhash/MurmurHash3.h -------------------------------------------------------------------------------- /integ/test_integ.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/integ/test_integ.py -------------------------------------------------------------------------------- /src/art.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/art.c -------------------------------------------------------------------------------- /src/art.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/art.h -------------------------------------------------------------------------------- /src/background.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/background.c -------------------------------------------------------------------------------- /src/background.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/background.h -------------------------------------------------------------------------------- /src/barrier.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/barrier.c -------------------------------------------------------------------------------- /src/barrier.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/barrier.h -------------------------------------------------------------------------------- /src/bitmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/bitmap.c -------------------------------------------------------------------------------- /src/bitmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/bitmap.h -------------------------------------------------------------------------------- /src/config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/config.c -------------------------------------------------------------------------------- /src/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/config.h -------------------------------------------------------------------------------- /src/conn_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/conn_handler.c -------------------------------------------------------------------------------- /src/conn_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/conn_handler.h -------------------------------------------------------------------------------- /src/handler_constants.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/handler_constants.c -------------------------------------------------------------------------------- /src/hll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/hll.c -------------------------------------------------------------------------------- /src/hll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/hll.h -------------------------------------------------------------------------------- /src/hll_constants.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/hll_constants.c -------------------------------------------------------------------------------- /src/hll_constants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/hll_constants.h -------------------------------------------------------------------------------- /src/hlld.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/hlld.c -------------------------------------------------------------------------------- /src/networking.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/networking.c -------------------------------------------------------------------------------- /src/networking.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/networking.h -------------------------------------------------------------------------------- /src/set.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/set.c -------------------------------------------------------------------------------- /src/set.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/set.h -------------------------------------------------------------------------------- /src/set_manager.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/set_manager.c -------------------------------------------------------------------------------- /src/set_manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/set_manager.h -------------------------------------------------------------------------------- /src/spinlock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/spinlock.h -------------------------------------------------------------------------------- /src/type_compat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/src/type_compat.h -------------------------------------------------------------------------------- /tests/runner.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/tests/runner.c -------------------------------------------------------------------------------- /tests/test_art.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/tests/test_art.c -------------------------------------------------------------------------------- /tests/test_bitmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/tests/test_bitmap.c -------------------------------------------------------------------------------- /tests/test_config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/tests/test_config.c -------------------------------------------------------------------------------- /tests/test_hll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/tests/test_hll.c -------------------------------------------------------------------------------- /tests/test_set.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/tests/test_set.c -------------------------------------------------------------------------------- /tests/test_setmgr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/tests/test_setmgr.c -------------------------------------------------------------------------------- /tests/words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/armon/hlld/HEAD/tests/words.txt --------------------------------------------------------------------------------