aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Make sure that [::1] is recognized as a private addressNick Mathewson2013-03-01
* Turn a memwipe in tor_process_handle_destroy() back to memsetNick Mathewson2012-11-08
* Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson2012-11-08
* Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson2012-10-23
|\
| * Fix binary search on lists of 0 or 1 element.Nick Mathewson2012-10-23
* | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson2012-10-19
|\|
| * Disable TLS Session Tickets, which we were apparently getting for freeNick Mathewson2012-10-19
* | Use file-size-fixup code on cygwin too.Nick Mathewson2012-09-14
* | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson2012-09-11
|\|
| * Fix assertion failure in tor_timegm.Nick Mathewson2012-09-11
* | Fix more warnings from openbsd_mallocNick Mathewson2012-08-17
* | Fix warnings and 64-bit problems in openbsd-malloc codeNick Mathewson2012-08-15
* | Tweaks to 6400 changes file and docs as suggested by armaNick Mathewson2012-07-18
* | Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson2012-07-17
* | Fix port range in parse_port_range().George Kadianakis2012-07-06
* | On windows, ENOBUFS starts with WSA. #6296. Fix on 0.2.18-rcNick Mathewson2012-07-05
* | add a blurb for 0.2.3.18-rc, other minor cleanupsRoger Dingledine2012-06-28
* | Fix a warning when using glibc's strcspn with clang.Nick Mathewson2012-06-26
* | Fix a compilation warning with clang 3.0Nick Mathewson2012-06-26
* | Don't assert in get_string_from_pipe() on len==0Nick Mathewson2012-06-23
* | Resolve crash caused by format_helper_exit_status changes in #5557Nick Mathewson2012-06-23
* | Style tweaks and add a warning about NUL-terminationNick Mathewson2012-06-22
* | Refactor unsigned int hex formatting out of format_helper_exit_status() in ut...Andrea Shepard2012-06-22
* | Make format_helper_exit_status() avoid unnecessary spacesAndrea Shepard2012-06-22
* | fix a compiler warning added in one of my XXX023 fixes.Nick Mathewson2012-06-15
* | Whitespace fixNick Mathewson2012-06-15
* | Move tor_gettimeofday_cached() into compat_libeventNick Mathewson2012-06-15
* | Refactor GETINFO process/descriptor-limitNick Mathewson2012-06-15
* | Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson2012-06-15
* | Change smartlist_create->smartlist_new in bug4744 branch as merged to masterNick Mathewson2012-06-13
* | Merge branch 'bug4744_squashed'Nick Mathewson2012-06-13
|\ \
| * | Implement the client side of proposal 198Nick Mathewson2012-06-13
| * | Change our ciphersuite list to match ff8Nick Mathewson2012-05-15
| * | get_mozilla_ciphers: look at ssl3con.c, not sslenum.cNick Mathewson2012-03-14
| * | get_mozilla_ciphers: output lowercase hex.Nick Mathewson2012-03-14
| * | Try to make get_mozilla_ciphers output the right macros in the right orderNick Mathewson2012-03-14
| * | Have get_mozilla_ciphers take sourcedirs as argumentsNick Mathewson2012-03-14
| * | Make get_mozilla_ciphers script a little more regexy and readableNick Mathewson2012-03-14
| * | Script to generate ciphers.inc by ArturoNick Mathewson2012-03-14
* | | Fix another clang compile warningSebastian Hahn2012-06-13
* | | Merge remote-tracking branch 'public/bug4592'Nick Mathewson2012-06-11
|\ \ \
| * | | Treat SW_SERVER_HELLO_B as another sign of an SSL handshakeNick Mathewson2012-05-15
* | | | Merge branch 'bug6097'Nick Mathewson2012-06-11
|\ \ \ \
| * | | | Fix mingw build with -DUNICODE -D_UNICODENick Mathewson2012-06-07
| * | | | Be more careful calling wcstombsNick Mathewson2012-06-07
* | | | | typo noticed by "_raptor"Roger Dingledine2012-06-07
|/ / / /
* | | | Merge remote-tracking branch 'public/getfilesize_64'Nick Mathewson2012-06-05
|\ \ \ \
| * | | | Use GetFileSize correctly on win32Nick Mathewson2012-05-24
* | | | | Fix some mingw build warningsNick Mathewson2012-06-05
* | | | | Merge remote-tracking branch 'public/bug3894'Nick Mathewson2012-06-05
|\ \ \ \ \