summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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-06Fix port range in parse_port_range().George Kadianakis
2012-07-05On windows, ENOBUFS starts with WSA. #6296. Fix on 0.2.18-rcNick Mathewson
2012-06-28add a blurb for 0.2.3.18-rc, other minor cleanupsRoger Dingledine
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-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-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
2012-06-05Merge remote-tracking branch 'public/getfilesize_64'Nick Mathewson
2012-06-05Fix some mingw build warningsNick Mathewson
2012-06-05Merge remote-tracking branch 'public/bug3894'Nick Mathewson
2012-06-05Fix "make check-spaces" issuesNick Mathewson
2012-06-05Resolve about 24 DOCDOCsNick Mathewson
2012-06-04Missing copyright/license statement for procmon.cNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-06-04Resolve some markup complaints from doxygenNick Mathewson
2012-06-04Resolve all currently pending DOCDOC items in masterNick Mathewson
2012-06-04Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-06-04Merge remote-tracking branch 'public/bug6033' into maint-0.2.2Nick Mathewson
2012-06-02Work around a bug in OpenSSL 1.0.1's TLS 1.1 and TLS 1.2 supportNick Mathewson
2012-05-31Merge remote-tracking branch 'public/bug5089'Nick Mathewson
2012-05-31Merge remote-tracking branch 'public/close_file_mapping'Nick Mathewson
2012-05-31reindent CreateFile arguments.Nick Mathewson
2012-05-31Merge remote-tracking branch 'linus/bug5355_ln'Nick Mathewson
2012-05-31Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-05-30Fix more clang format-nonliteral warnings (bug 5969)Nick Mathewson
2012-05-30Add __attribute__(format)s for our varargs printf/scanf wrappersNick Mathewson
2012-05-30Fix clang 3.1 compile warning in crypto.cSebastian Hahn
2012-05-29Don't stomp on errno.Linus Nordberg
2012-05-24Have get_parent_directory() handle "/foo" and "/" correctly.Nick Mathewson
2012-05-24Use GetFileSize correctly on win32Nick Mathewson