summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2005-09-18Helper functions to perform our truncated base64 encoding on hexdigests.Nick Mathewson
2005-09-18Make smartlist_add_all more efficient.Nick Mathewson
2005-09-14Add a touch_file() function to compat so we can update cache mtimes.Nick Mathewson
2005-09-14Clean up a few warnings that make gcc twig out a bit.Nick Mathewson
2005-09-13Add documentation to a few functions in container.c; reformat function defini...Nick Mathewson
2005-09-13Two new functions like write_bytes_to_file: one takes a list of byte-and-len ...Nick Mathewson
2005-09-12make compile slightly happier on const-zealous compilersNick Mathewson
2005-09-12We have so many special cases for smartlists of strings, why not add a sort f...Nick Mathewson
2005-09-12Fix a memory leak in smartlist_string_remove.Nick Mathewson
2005-09-11Document SMARTLIST_FOREACH macro, along with previously-naughty foo_sl_idx va...Nick Mathewson
2005-09-10Fix segfault in win32 unittests.Nick Mathewson
2005-09-10Use tor_listdir in test.c instead of duplicating ode.Nick Mathewson
2005-09-09Add sorting/searching to smartlistNick Mathewson
2005-09-09Only do openssl accel stuff if version is at least 0.9.7Nick Mathewson
2005-09-09Add missing arg to windows tor_listdir()Nick Mathewson
2005-09-09Implement tor_listdir on windows. Untested.Nick Mathewson
2005-09-08add strupper functionNick Mathewson
2005-09-08don't crash now that LongLivedPorts can be nullRoger Dingledine
2005-09-03Add directory listing functions to util.[ch]. Watch the features creep!Nick Mathewson
2005-08-29Allow tor_gzip_uncompress to handle multiple concatenated compressed strings.Nick Mathewson
2005-08-26put quotes around user-supplied strings so they are more likely toRoger Dingledine
2005-08-26add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa()Roger Dingledine
2005-08-22Fix bug with tor_memmem finding a match at the end of the string.Nick Mathewson
2005-08-15a url for better referenceRoger Dingledine
2005-08-12Try to resolve another reported solaris x86 warningNick Mathewson
2005-08-12Make GCC very happy, even with lots of warnings set. Also, try to fix some re...Nick Mathewson
2005-08-08fix whitespace issuesNick Mathewson
2005-08-08disarm a trap that's lying in wait for usRoger Dingledine
2005-08-07far far cleaner implementation of handshake checking logic. Backport candidate.Nick Mathewson
2005-08-07ok, so now it was just redundant. nick, do you recall what rfcRoger Dingledine
2005-08-06note another potential security problem with generating key materialRoger Dingledine
2005-08-05rfc 3536 "provides a glossary of terms used in the IETF when discussingRoger Dingledine
2005-08-05Appease insane windows compiler. (Oh no, an extra semi, the sky is falling!)Nick Mathewson
2005-08-05fix harmless copy-and-paste errorNick Mathewson
2005-08-05cover a few more cases; needs testing and once-overNick Mathewson
2005-08-05parse_addr_port was vague about what to do when port_out was NULL. Make it b...Nick Mathewson
2005-08-04oops, that array got biggertor-0.1.1.4-alphaNick Mathewson
2005-08-04Discard special bignum values.Nick Mathewson
2005-08-04Fix windows warningNick Mathewson
2005-08-03Make clients regenerate their keys when their IP address changes.Nick Mathewson
2005-08-03Fix compile failures on tor_gettimeofday() fix for windowsNick Mathewson
2005-08-03Probably broken attempt to improve tor_gettimeofday granularity on windows.Nick Mathewson
2005-07-25Fix logic to set TIME_T_MAX; apparently, everybody had thought of the prospec...Nick Mathewson
2005-07-23and a nearby defineRoger Dingledine
2005-07-23add parenthesis to U64_PRINTF_ARG macroNick Mathewson
2005-07-22Be consistent about preferring foo* to struct foo*Nick Mathewson
2005-07-18cosmetic fixesRoger Dingledine
2005-07-18slightly cleaner fixRoger Dingledine
2005-07-18bugfixes: smartlist_join_strings2() was underflowing a size_tRoger Dingledine
2005-07-13whitespace fixesNick Mathewson