summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-05-30Fix clang 3.1 compile warning in crypto.cSebastian Hahn
2012-05-30Merge remote-tracking branch 'public/bug5916'Nick Mathewson
2012-05-29Don't stomp on errno.Linus Nordberg
2012-05-29Fix minor typo in warning printout.Linus Nordberg
2012-05-24Delay getsockname() call until after connect() is doneNick Mathewson
2012-05-24Have get_parent_directory() handle "/foo" and "/" correctly.Nick Mathewson
2012-05-24Warn and ignore the MyFamily setting if BridgeRelay is also setNick Mathewson
2012-05-24Change an assertion into a warning in connection_or_handle_event_cb()Nick Mathewson
2012-05-24Abort writing cached-microdescs if a failed write has occurred.Nick Mathewson
2012-05-24New "GETINFO dormant" to report whether Tor has gone idleNick Mathewson
2012-05-24Use GetFileSize correctly on win32Nick Mathewson
2012-05-23Close the windows file handle after CreateFileMapping; it isn't neededNick Mathewson
2012-05-18Fix the unittest breakage introduced by a8a862c.George Kadianakis
2012-05-18Merge remote-tracking branch 'asn/bug5602'Nick Mathewson
2012-05-18Fix a hard-to-trigger memory leak in launch_resolveNick Mathewson
2012-05-18Merge remote-tracking branch 'asn/bug5646'Nick Mathewson
2012-05-18Extract data from DESTROY cell _after_ protocol violation checks.George Kadianakis
2012-05-18Ignore unknown lines from managed proxies.George Kadianakis
2012-05-18Use a more helpful log message when we can't find a proxy.George Kadianakis
2012-05-16Fix some more FreeBSD4 issues (based on a patch from grarpamp)Nick Mathewson
2012-05-16Use %f, not %lf when formatting doublesNick Mathewson
2012-05-16Report EADDRNOTAVAIL and EADDRINUSE as RESOURCELIMITNick Mathewson
2012-05-16Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-05-16Make the succeeding parse_http_time tests more obviously rightNick Mathewson
2012-05-16Fix month check in parse_http_time, add testSebastian Hahn
2012-05-16Remove more dubiosity in struct tm handling. related to bug5346Nick Mathewson
2012-05-16Reject an additional type of bad date in parse_http_timeNick Mathewson
2012-05-16Fix parse_http_time and add testsEsteban Manchado Velázquez
2012-05-16Merge remote-tracking branch 'public/bug5139'Nick Mathewson
2012-05-16In connection_ap_handshake_process_socks(), mark the socks request as finishe...Fabian Keil
2012-05-16Remove over-two-months-old entry guards even while running.Roger Dingledine
2012-05-16Correct documentation for remove_obsolete_entry_guards.Nick Mathewson
2012-05-16Merge remote-tracking branch 'public/bug2297'Nick Mathewson
2012-05-16Merge remote-tracking branch 'public/bug2822'Nick Mathewson
2012-05-16Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-05-16Correct the bulletproofing of routerlist_insert()Nick Mathewson
2012-05-16Merge remote-tracking branch 'public/bug3296'Nick Mathewson
2012-05-16When ReloadTorrcOnSIGHUP=1, do non-reload activities anywayNick Mathewson
2012-05-16Fix some remaining nmake/msvc build issuesNick Mathewson
2012-05-16Merge branch 'win32_winnt'Nick Mathewson
2012-05-15Prevent an (impossible) null-pointer dereference in connection_edge_process_r...Nick Mathewson
2012-05-15Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-05-15Merge branch 'bug5796_022_squashed' into maint-0.2.2Nick Mathewson
2012-05-15Fix a crash bug on SETCIRCUITPURPOSE.Nick Mathewson
2012-05-15Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-05-15Merge remote-tracking branch 'karsten/geoip-may2012' into maint-0.2.2Nick Mathewson
2012-05-15Merge remote-tracking branch 'linus/task-5891'Nick Mathewson
2012-05-15Assert that rep_hist_format_desc_stats() returns !NULL.Linus Nordberg
2012-05-15Fix desc stats on bridge authorities that didn't serve anything.Karsten Loesing
2012-05-14Bump _WIN32_WINNT to 0x0501 throughout the codeNick Mathewson