aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2012-09-05Whitespace fixes.Linus Nordberg
2012-09-04Merge remote-tracking branch 'linus/bug6363_only-ln'Nick Mathewson
2012-09-04Remove trailing semicolon from #define TOR_ADDR_NULL.Linus Nordberg
2012-09-04Add tor_addr_port_new().Linus Nordberg
2012-09-04Rename configure.in to configure.acNick Mathewson
2012-08-27Merge branch 'bug6524_nm'Nick Mathewson
2012-08-27build: minimal adjustments to make out-of-tree build workJim Meyering
2012-08-23Make the _sha1.i file generation quieterNick Mathewson
2012-08-17Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-08-17Fix more warnings from openbsd_mallocNick Mathewson
2012-08-15Fix warnings and 64-bit problems in openbsd-malloc codeNick Mathewson
2012-08-13Remove tor_malloc_roundup().Nick Mathewson
2012-08-09Fix up make distcheck and greatly simplify docs dependencies (although it's s...Stewart Smith
2012-08-09fix dependencies for some generated filesStewart Smith
2012-08-09Move to non-recursive makeStewart Smith
2012-07-18Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-07-18Tweaks to 6400 changes file and docs as suggested by armaNick Mathewson
2012-07-17Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson
2012-07-06Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-07-06Fix port range in parse_port_range().George Kadianakis
2012-07-05Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-07-05On windows, ENOBUFS starts with WSA. #6296. Fix on 0.2.18-rcNick Mathewson
2012-06-29Fix clang warning on d4285f03df475dc. Not in any released tor.Nick Mathewson
2012-06-28Merge commit '81cd3d7ad641a8dbf'Nick Mathewson
2012-06-28add a blurb for 0.2.3.18-rc, other minor cleanupsRoger Dingledine
2012-06-28Extend tor_sscanf so it can replace sscanf in rephist.cNick Mathewson
2012-06-26Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-06-26Fix a warning when using glibc's strcspn with clang.Nick Mathewson
2012-06-26Fix a compilation warning with clang 3.0Nick Mathewson
2012-06-25Merge remote-tracking branch 'public/bug2385'Nick Mathewson
2012-06-23Don't assert in get_string_from_pipe() on len==0Nick Mathewson
2012-06-23Resolve crash caused by format_helper_exit_status changes in #5557Nick Mathewson
2012-06-22Style tweaks and add a warning about NUL-terminationNick Mathewson
2012-06-22Refactor unsigned int hex formatting out of format_helper_exit_status() in ut...Andrea Shepard
2012-06-22Make format_helper_exit_status() avoid unnecessary spacesAndrea Shepard
2012-06-18Clear a couple more fields in rend_service_load_auth_keysNick Mathewson
2012-06-15fix a compiler warning added in one of my XXX023 fixes.Nick Mathewson
2012-06-15Whitespace fixNick Mathewson
2012-06-15Move tor_gettimeofday_cached() into compat_libeventNick Mathewson
2012-06-15Refactor GETINFO process/descriptor-limitNick Mathewson
2012-06-15Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson
2012-06-13Change smartlist_create->smartlist_new in bug4744 branch as merged to masterNick Mathewson
2012-06-13Merge branch 'bug4744_squashed'Nick Mathewson
2012-06-13Implement the client side of proposal 198Nick Mathewson
2012-06-13Fix another clang compile warningSebastian Hahn
2012-06-11Merge remote-tracking branch 'public/bug4592'Nick Mathewson
2012-06-11Merge branch 'bug6097'Nick Mathewson
2012-06-07typo noticed by "_raptor"Roger Dingledine
2012-06-07Fix mingw build with -DUNICODE -D_UNICODENick Mathewson
2012-06-07Be more careful calling wcstombsNick Mathewson