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