Age | Commit message (Expand) | Author |
2004-11-03 | fix windows warnings | 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 | - Implement all of control interface except authentication, setconfig, | Nick Mathewson |
2004-11-03 | Add function to generate/copy the config_lines, given the name of an option | 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 | Streamline the two redundant "Has the second rolled over?" checks in prepare_... | Nick Mathewson |
2004-11-03 | connection_read_bucket_decrement() has a side-effect that | Roger Dingledine |
2004-11-03 | lay the groundwork for a default value for each config option. | Roger Dingledine |
2004-11-03 | my assert.h takes extra pains to be certain to _re-include_ | Roger Dingledine |
2004-11-03 | Start implementing control interface. | Nick Mathewson |
2004-11-03 | Fix another typo | Nick Mathewson |
2004-11-03 | The spelling is "d-e-f-i-n-e". | Nick Mathewson |
2004-11-02 | First attempt at hibernation code. It needs more work around the XXXXs, but ... | 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 | untabify. This should hold it. | 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 | Hidden service operators had a bug in version 1 style INTRODUCE cells | 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-11-01 | change min required number of fd's to 1024 | Roger Dingledine |
2004-10-31 | oh, and add the actual file too | Roger Dingledine |
2004-10-31 | implement first piece of hibernation | 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-30 | tor --list-fingerprint to print fingerprint and exit | Nick Mathewson |
2004-10-30 | Fix paul gardner's assert bug. Turns out when circuit_launch_by_nickname() | Roger Dingledine |
2004-10-28 | Link tools directory into rest of build system | Nick Mathewson |
2004-10-28 | Add a pure-C tor-resolve implementation | Nick Mathewson |
2004-10-28 | Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)... | Nick Mathewson |
2004-10-27 | Fix in warning fix | Nick Mathewson |
2004-10-27 | Check return of tor_snprintf | 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 | Add ability for some-but-not-all abbrevs to work in config file. Add a bunch... | Nick Mathewson |
2004-10-27 | stop freeing arbitrary memory | Roger Dingledine |
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 | Avoid strcat; use snprintf or strlcat instead | Nick Mathewson |
2004-10-27 | Use strlcpy, not strncpy | Nick Mathewson |
2004-10-27 | Replace sprintf with snprintf | Nick Mathewson |