summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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
2004-10-15Use token-pasting magic to make nested SMARTLIST_FOREACH work.Nick Mathewson
2004-10-15add documentation for smartlist_join_stringsNick Mathewson
2004-10-14Basic string-join functionalityNick Mathewson
2004-10-14fix tab/space in torgzip.hNick Mathewson
2004-10-14fix tab/space in torgzip.cNick Mathewson
2004-10-14Build without warnings on mac gcc 3.3Nick Mathewson
2004-10-14and another oneRoger Dingledine
2004-10-14oh, and some more in common/Roger Dingledine
2004-10-13a few more ints to size_tsRoger Dingledine
2004-10-12ok, vim isn't the greatest editor in the worldRoger Dingledine
2004-10-12start the great migration from int to size_tRoger Dingledine
2004-10-12Make a bounds-checking replacement for strtol with slightly easier error-chec...Nick Mathewson
2004-10-12fix signed/unsigned comparison, plus typoRoger Dingledine
2004-10-12Better bounds checking on parsed intsNick Mathewson
2004-10-12Note byte-order on result for parse_addr_port()Nick Mathewson
2004-10-12Add functions to parse addr[:port] consistentlyNick Mathewson
2004-10-08fix compile error: move variable declarations before codeRoger Dingledine
2004-10-07Turn tor_strpartion into a swiss-army-knife function, so it can terminate or ...Nick Mathewson
2004-10-07More complete docs for crypto.c; factor out string partitioning codeNick Mathewson
2004-10-07Make base-64-encoded DER work, including workaround for ugly openssl misfeatu...Nick Mathewson
2004-10-06Add a function to remove a set of characters from a stringNick Mathewson
2004-10-06Implement (temporarily) a base64-encoded-DER format for RSA keys; make it eas...Nick Mathewson
2004-09-28make the warn message better for reading short filesRoger Dingledine
2004-09-26Make read_all distinguish between error and EOF; read_file_to_string should o...Nick Mathewson
2004-09-23make our tor_assert actually work when it's going to be triggered,Roger Dingledine
2004-09-23bugfix on the bugfixRoger Dingledine
2004-09-23bugfix: when we run out of disk space, or other log writing error,Roger Dingledine
2004-09-21Stop using openssl functions that rely on stdio; they can apparently lead to ...Nick Mathewson
2004-09-10LOG_ERR is for when we're going to exitRoger Dingledine
2004-09-08Some platforms have weird translations when you open files in "test" mode; ma...Nick Mathewson
2004-09-08Idiot-proof uncompress; make sure it always nul-terminates its output. Also, ...Nick Mathewson
2004-09-02Make split function smarter; add a strcmpstart function so we can stop bungli...Nick Mathewson
2004-09-02Add basic wrappers for zlib/gzipNick Mathewson
2004-08-25Define LONG_MAX and UINT_MAX when they are missingNick Mathewson
2004-08-25fix a seg fault on solarisRoger Dingledine
2004-08-25make the compile work (and not complain) on sunos 5.9Roger Dingledine
2004-08-24agree with nick: this legal-chars-in-filename stuff gets us nothingRoger Dingledine