aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Collapse)AuthorAge
...
* Point readers of the code to opensslv.h, since everybody who sees 0x0090700f ↵Nick Mathewson2005-09-24
| | | | | | looks at me like some kind of loon svn:r5140
* Possible fix to make aes build on woodyNick Mathewson2005-09-24
| | | | svn:r5139
* Use OpenSSL AES when OpenSSL has version 0.9.7 or later.Nick Mathewson2005-09-23
| | | | svn:r5129
* Helper functions to perform our truncated base64 encoding on hexdigests.Nick Mathewson2005-09-18
| | | | svn:r5087
* Make smartlist_add_all more efficient.Nick Mathewson2005-09-18
| | | | svn:r5086
* Add a touch_file() function to compat so we can update cache mtimes.Nick Mathewson2005-09-14
| | | | svn:r5067
* Clean up a few warnings that make gcc twig out a bit.Nick Mathewson2005-09-14
| | | | svn:r5062
* Add documentation to a few functions in container.c; reformat function ↵Nick Mathewson2005-09-13
| | | | | | definitions svn:r5026
* Two new functions like write_bytes_to_file: one takes a list of byte-and-len ↵Nick Mathewson2005-09-13
| | | | | | structs; one appends. svn:r5024
* make compile slightly happier on const-zealous compilersNick Mathewson2005-09-12
| | | | svn:r5015
* We have so many special cases for smartlists of strings, why not add a sort ↵Nick Mathewson2005-09-12
| | | | | | function? svn:r5014
* Fix a memory leak in smartlist_string_remove.Nick Mathewson2005-09-12
| | | | svn:r5002
* Document SMARTLIST_FOREACH macro, along with previously-naughty foo_sl_idx ↵Nick Mathewson2005-09-11
| | | | | | variable. svn:r5000
* Fix segfault in win32 unittests.Nick Mathewson2005-09-10
| | | | svn:r4983
* Use tor_listdir in test.c instead of duplicating ode.Nick Mathewson2005-09-10
| | | | svn:r4981
* Add sorting/searching to smartlistNick Mathewson2005-09-09
| | | | svn:r4977
* Only do openssl accel stuff if version is at least 0.9.7Nick Mathewson2005-09-09
| | | | svn:r4973
* Add missing arg to windows tor_listdir()Nick Mathewson2005-09-09
| | | | svn:r4972
* Implement tor_listdir on windows. Untested.Nick Mathewson2005-09-09
| | | | svn:r4971
* add strupper functionNick Mathewson2005-09-08
| | | | svn:r4934
* don't crash now that LongLivedPorts can be nullRoger Dingledine2005-09-08
| | | | svn:r4923
* Add directory listing functions to util.[ch]. Watch the features creep!Nick Mathewson2005-09-03
| | | | svn:r4906
* Allow tor_gzip_uncompress to handle multiple concatenated compressed strings.Nick Mathewson2005-08-29
| | | | svn:r4882
* put quotes around user-supplied strings so they are more likely toRoger Dingledine2005-08-26
| | | | | | | realize if they add bad characters (like quotes) to the torrc svn:r4844
* add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa()Roger Dingledine2005-08-26
| | | | svn:r4838
* Fix bug with tor_memmem finding a match at the end of the string.Nick Mathewson2005-08-22
| | | | svn:r4803
* a url for better referenceRoger Dingledine2005-08-15
| | | | svn:r4778
* Try to resolve another reported solaris x86 warningNick Mathewson2005-08-12
| | | | svn:r4771
* Make GCC very happy, even with lots of warnings set. Also, try to fix some ↵Nick Mathewson2005-08-12
| | | | | | reported Solaris x86 warnings. svn:r4770
* fix whitespace issuesNick Mathewson2005-08-08
| | | | svn:r4752
* disarm a trap that's lying in wait for usRoger Dingledine2005-08-08
| | | | svn:r4741
* far far cleaner implementation of handshake checking logic. Backport candidate.Nick Mathewson2005-08-07
| | | | svn:r4736
* ok, so now it was just redundant. nick, do you recall what rfcRoger Dingledine2005-08-07
| | | | | | | you were trying to point to? svn:r4727
* note another potential security problem with generating key materialRoger Dingledine2005-08-06
| | | | | | | from our DH handshake. svn:r4724
* rfc 3536 "provides a glossary of terms used in the IETF when discussingRoger Dingledine2005-08-05
| | | | | | | internationalization." svn:r4723
* Appease insane windows compiler. (Oh no, an extra semi, the sky is falling!)Nick Mathewson2005-08-05
| | | | svn:r4722
* fix harmless copy-and-paste errorNick Mathewson2005-08-05
| | | | svn:r4718
* cover a few more cases; needs testing and once-overNick Mathewson2005-08-05
| | | | svn:r4717
* parse_addr_port was vague about what to do when port_out was NULL. Make it ↵Nick Mathewson2005-08-05
| | | | | | behave usefully. svn:r4716
* oops, that array got biggerNick Mathewson2005-08-04
| | | | svn:r4708
* Discard special bignum values.Nick Mathewson2005-08-04
| | | | svn:r4706
* Fix windows warningNick Mathewson2005-08-04
| | | | svn:r4697
* Make clients regenerate their keys when their IP address changes.Nick Mathewson2005-08-03
| | | | svn:r4688
* Fix compile failures on tor_gettimeofday() fix for windowsNick Mathewson2005-08-03
| | | | svn:r4685
* Probably broken attempt to improve tor_gettimeofday granularity on windows.Nick Mathewson2005-08-03
| | | | svn:r4683
* Fix logic to set TIME_T_MAX; apparently, everybody had thought of the ↵Nick Mathewson2005-07-25
| | | | | | prospect of a signed time_t but me. svn:r4675
* and a nearby defineRoger Dingledine2005-07-23
| | | | svn:r4643
* add parenthesis to U64_PRINTF_ARG macroNick Mathewson2005-07-23
| | | | svn:r4642
* Be consistent about preferring foo* to struct foo*Nick Mathewson2005-07-22
| | | | svn:r4637
* cosmetic fixesRoger Dingledine2005-07-18
| | | | svn:r4601