summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-08-30Factor out and re-write code for splitting lines from a handleSteven Murdoch
2011-08-29Add a bufferevent note to startup logSebastian Hahn
2011-08-29Fix compilation on non-bufferevent systems after 3803 fix: oops.Nick Mathewson
2011-08-29Split out rephist parts of buckets_decrementNick Mathewson
2011-08-29Make FetchUselessDescriptors fetch all desc typesNick Mathewson
2011-08-29Refactor out command line formattingSteven Murdoch
2011-08-29Add a sanity checkSteven Murdoch
2011-08-29Replace two magic tristates with #define'd namesSteven Murdoch
2011-08-28Make signature of tor_spawn_background more conventionalSteven Murdoch
2011-08-27Clarify the heartbeat message a bit.George Kadianakis
2011-08-26Fix a bufferevent-related bug that killed tunneled dirserv connsNick Mathewson
2011-08-24Set write low-watermarks on all bufferevents.Nick Mathewson
2011-08-24Add write watermarks to filtered bufferevents.Nick Mathewson
2011-08-24Apply rate-limiting to the lowest bufferevent in the stack.Nick Mathewson
2011-08-24Appease "make check-spaces"Steven Murdoch
2011-08-24Improve comments and fix one bugSteven Murdoch
2011-08-24We don't need to find our own path, just tell Windows to searchSteven Murdoch
2011-08-24Find test-child.exe by looking in same directory as test.exeSteven Murdoch
2011-08-24Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-08-24lround() missing in MSVCGisle Vanem
2011-08-23Fix compilation errors under *nixSteven Murdoch
2011-08-22Fix test cases to handle MSYS style paths (/c/foo rather than c:/foo)Steven Murdoch
2011-08-22Tidy up subprocess codeSteven Murdoch
2011-08-22Fix some compiler warningsSteven Murdoch
2011-08-22Merge branch 'bug1983-port-tor-fw-helper-to-windows' into bug2046Steven Murdoch
2011-08-22Correct reference to libiphlpapi from libiphlapiSteven Murdoch
2011-08-22Appease "make check spaces"Steven Murdoch
2011-08-19Disable run-time changes to DisableIOCP: They do not workNick Mathewson
2011-08-19Only link ws2_32 and iphlapi on windows.Nick Mathewson
2011-08-19Link and build tor-fw-helper on WindowsSteven Murdoch
2011-08-18Remove warning about a loop parsing evbuffer socksNick Mathewson
2011-08-18Appease "make check-spaces"Nick Mathewson
2011-08-18Automatically use filtering bufferevents with IOCP.Nick Mathewson
2011-08-18Merge remote branch 'origin/master' into bug2046Steven Murdoch
2011-08-18Complete logging of output from port forwarding helperSteven Murdoch
2011-08-17Call evthread_use_windows_threads when running with IOCP on windowsNick Mathewson
2011-08-17Use evbuffer_copyout() in inspect_evbuffer().Nick Mathewson
2011-08-17Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-08-17Don't write ControlPorts to disk till after we setuid and make datadirNick Mathewson
2011-08-17Merge branch 'bug3743'Nick Mathewson
2011-08-17Remove a needless config_find_optionNick Mathewson
2011-08-17Actually pick a random port when "auto" is specifiedSebastian Hahn
2011-08-16Don't compare LINELIST_S and OBSOLETE config options.Kamran Riaz Khan
2011-08-15Merge remote-tracking branch 'asn/bug3728'Nick Mathewson
2011-08-15Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-08-15Remove extra quotation marks around the result of esc_for_logRobert Ransom
2011-08-15Oops; _actually_ enable microdesc-by-default for clientsNick Mathewson
2011-08-13Free global_rate_limit in connection_free_all().George Kadianakis
2011-08-13Move connection_free_all() to the bottom of connection.c to enjoy maximum vis...George Kadianakis
2011-08-11Don't warn on http connection to my orportSebastian Hahn