aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson
2004-11-09Clean windows a littleNick Mathewson
2004-11-09Fix windows build for VC6; centralize newline-fiasco-damage-control logicNick Mathewson
2004-11-09Resolve many XXXs and all DOCDOCsNick Mathewson
2004-11-09Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ig...Nick Mathewson
2004-11-09various fixesRoger Dingledine
2004-11-06parse_line_from_file is obsolete.Roger Dingledine
2004-11-05Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are definedNick Mathewson
2004-11-05Use new log format; convert old format to new format.Nick Mathewson
2004-11-04Twiddle header order to compile on OS X againNick Mathewson
2004-11-04Add code to read configuration lines from a string as well as a fileNick Mathewson
2004-11-04Fix windows buildNick Mathewson
2004-11-03fix typosNick Mathewson
2004-11-03Implement two flavors of authentication for control connections: one for trus...Nick Mathewson
2004-11-03Remove extraneous localNick Mathewson
2004-11-03Add a write_bytes_to_file so we can have files with NULs in them.Nick Mathewson
2004-11-03Add a slightly trickier string-join interface for making NUL-terminated strin...Nick Mathewson
2004-11-03Add a callback log handler typeNick Mathewson
2004-11-03my assert.h takes extra pains to be certain to _re-include_Roger Dingledine
2004-11-03The spelling is "d-e-f-i-n-e".Nick Mathewson
2004-11-02Add compatibility macros for printf and scanf-ing 64-bit unsigned intsNick Mathewson
2004-11-02Handle strlcat/strlcpy correctly on platforms that have them.Nick Mathewson
2004-11-02Use a stricter set of warnings; make them all pass.Nick Mathewson
2004-11-02canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine
2004-11-01Fix signed/unsigned comparison warningNick Mathewson
2004-11-01util.c needs ctype.h for tolower and isspaceRoger Dingledine
2004-11-01Split util into util (general utilities), container (smartlist and strmap), a...Nick Mathewson
2004-11-01make sure options.MaxConn can be reachedRoger Dingledine
2004-10-30Only tor and test binaries need to link against openssl and zlib; tor-resolve...Nick Mathewson
2004-10-30Move all util functions that need openssl into crypto.c; make non-openssl fun...Nick Mathewson
2004-10-27Tricksy compiler warnings! We hates them, hates them forever, my precious!Nick Mathewson
2004-10-27Pass with -Wstrict-prototypesNick Mathewson
2004-10-27Fix windows buildNick Mathewson
2004-10-27Use strlcpy, not strcpy.Nick Mathewson
2004-10-27Use tor_snprintf, not snprintfNick Mathewson
2004-10-27snprintf wrapper with consistant (though not C99) overflow behaviorNick Mathewson
2004-10-27Use strlcpy, not strncpyNick Mathewson
2004-10-27Replace sprintf with snprintfNick Mathewson
2004-10-26Add SysLog option to direct log messages to the system log instead of a FILE*.Nick Mathewson
2004-10-24Handle more errnos from accept() without closing the connection. This may fi...Nick Mathewson
2004-10-20Check for low _MSC_VER, not high. On windows, always use winsock.Nick Mathewson
2004-10-20add winsock if you've got it, regardless of whether you're msvRoger Dingledine
2004-10-19Tolerate NULL nicknames betterNick Mathewson
2004-10-16i take back everything i've said about unit testsRoger Dingledine
2004-10-16don't assert multiple things in the same tor_assert()Roger Dingledine
2004-10-16Change interface of parse_addr_port() to return address in host order, since ...Nick Mathewson
2004-10-16Refactor parse-addr-mask-and-port-range into a separate functionNick Mathewson
2004-10-16fix memory leak in router.c; start relying on NULL==(zero bytes)Nick Mathewson
2004-10-16Add an autoconf test to make sure that memset(&ptr, 0, sizeof(ptr)) and ptr=N...Nick Mathewson
2004-10-15Oops; make sure that break; and continue; work within SMARTLIST_FOREACHNick Mathewson