Age | Commit message (Expand) | Author |
2004-11-04 | Fix windows build | Nick Mathewson |
2004-11-03 | fix typos | Nick Mathewson |
2004-11-03 | Implement two flavors of authentication for control connections: one for trus... | Nick Mathewson |
2004-11-03 | Remove extraneous local | Nick Mathewson |
2004-11-03 | Add a write_bytes_to_file so we can have files with NULs in them. | Nick Mathewson |
2004-11-03 | Add a slightly trickier string-join interface for making NUL-terminated strin... | Nick Mathewson |
2004-11-03 | Add a callback log handler type | Nick Mathewson |
2004-11-03 | my assert.h takes extra pains to be certain to _re-include_ | Roger Dingledine |
2004-11-03 | The spelling is "d-e-f-i-n-e". | Nick Mathewson |
2004-11-02 | Add compatibility macros for printf and scanf-ing 64-bit unsigned ints | Nick Mathewson |
2004-11-02 | Handle strlcat/strlcpy correctly on platforms that have them. | Nick Mathewson |
2004-11-02 | Use a stricter set of warnings; make them all pass. | Nick Mathewson |
2004-11-02 | canonicalize "src" and "dest" arg order in crypto.c (and others) | Roger Dingledine |
2004-11-01 | Fix signed/unsigned comparison warning | Nick Mathewson |
2004-11-01 | util.c needs ctype.h for tolower and isspace | Roger Dingledine |
2004-11-01 | Split util into util (general utilities), container (smartlist and strmap), a... | Nick Mathewson |
2004-11-01 | make sure options.MaxConn can be reached | Roger Dingledine |
2004-10-30 | Only tor and test binaries need to link against openssl and zlib; tor-resolve... | Nick Mathewson |
2004-10-30 | Move all util functions that need openssl into crypto.c; make non-openssl fun... | Nick Mathewson |
2004-10-27 | Tricksy compiler warnings! We hates them, hates them forever, my precious! | Nick Mathewson |
2004-10-27 | Pass with -Wstrict-prototypes | Nick Mathewson |
2004-10-27 | Fix windows build | Nick Mathewson |
2004-10-27 | Use strlcpy, not strcpy. | Nick Mathewson |
2004-10-27 | Use tor_snprintf, not snprintf | Nick Mathewson |
2004-10-27 | snprintf wrapper with consistant (though not C99) overflow behavior | Nick Mathewson |
2004-10-27 | Use strlcpy, not strncpy | Nick Mathewson |
2004-10-27 | Replace sprintf with snprintf | Nick Mathewson |
2004-10-26 | Add SysLog option to direct log messages to the system log instead of a FILE*. | Nick Mathewson |
2004-10-24 | Handle more errnos from accept() without closing the connection. This may fi... | Nick Mathewson |
2004-10-20 | Check for low _MSC_VER, not high. On windows, always use winsock. | Nick Mathewson |
2004-10-20 | add winsock if you've got it, regardless of whether you're msv | Roger Dingledine |
2004-10-19 | Tolerate NULL nicknames better | Nick Mathewson |
2004-10-16 | i take back everything i've said about unit tests | Roger Dingledine |
2004-10-16 | don't assert multiple things in the same tor_assert() | Roger Dingledine |
2004-10-16 | Change interface of parse_addr_port() to return address in host order, since ... | Nick Mathewson |
2004-10-16 | Refactor parse-addr-mask-and-port-range into a separate function | Nick Mathewson |
2004-10-16 | fix memory leak in router.c; start relying on NULL==(zero bytes) | Nick Mathewson |
2004-10-16 | Add an autoconf test to make sure that memset(&ptr, 0, sizeof(ptr)) and ptr=N... | Nick Mathewson |
2004-10-15 | Oops; make sure that break; and continue; work within SMARTLIST_FOREACH | Nick Mathewson |
2004-10-15 | Use token-pasting magic to make nested SMARTLIST_FOREACH work. | Nick Mathewson |
2004-10-15 | add documentation for smartlist_join_strings | Nick Mathewson |
2004-10-14 | Basic string-join functionality | Nick Mathewson |
2004-10-14 | fix tab/space in torgzip.h | Nick Mathewson |
2004-10-14 | fix tab/space in torgzip.c | Nick Mathewson |
2004-10-14 | Build without warnings on mac gcc 3.3 | Nick Mathewson |
2004-10-14 | and another one | Roger Dingledine |
2004-10-14 | oh, and some more in common/ | Roger Dingledine |
2004-10-13 | a few more ints to size_ts | Roger Dingledine |
2004-10-12 | ok, vim isn't the greatest editor in the world | Roger Dingledine |
2004-10-12 | start the great migration from int to size_t | Roger Dingledine |