summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-03-24bump to 0.2.6.6Nick Mathewson
2015-03-23Merge remote-tracking branch 'public/bug15436_025' into maint-0.2.6Nick Mathewson
2015-03-23Fix unaligned access in SipHash-2-4.Yawning Angel
2015-03-18bump to 0.2.6.5-rc.devNick Mathewson
2015-03-18bump to 0.2.6.5-rcNick Mathewson
2015-03-14Simplify the loop.Nick Mathewson
2015-03-14Add comments for new functionsNick Mathewson
2015-03-14remove a needless "if (1)" that was there for indentation; fix indentation.Nick Mathewson
2015-03-14Extract main part of main loop into a separate functionNick Mathewson
2015-03-12Merge remote-tracking branch 'public/feature15212_026' into maint-0.2.6Nick Mathewson
2015-03-12Initialize the extorport auth cookie before launching PTs.Yawning Angel
2015-03-12Revert "Make TransProxyType ipfw work correctly"Nick Mathewson
2015-03-12Merge remote-tracking branch 'public/bug15205_025' into maint-0.2.5Nick Mathewson
2015-03-12add an explanatory commentNick Mathewson
2015-03-12Also, add an assertion to assign_onionskin_to_cpuworkerNick Mathewson
2015-03-12Fix crash bug when calling cpuworkers_rotate_keyinfo on a client.Nick Mathewson
2015-03-12Bump 025 version to 0.2.5.11Nick Mathewson
2015-03-12Use PTHREAD_CREATE_DETACHED macro instead of 1: fix Solaris crashNick Mathewson
2015-03-10Fix check-spacesNick Mathewson
2015-03-10Add link protocol version counts to the heartbeat messageNick Mathewson
2015-03-10bump 0.2.6 to 0.2.6.4-rc-devNick Mathewson
2015-03-09Merge remote-tracking branch 'public/bug15205_025' into maint-0.2.6Nick Mathewson
2015-03-09Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6Nick Mathewson
2015-03-09Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
2015-03-09Merge remote-tracking branch 'karsten/geoip6-mar2015' into maint-0.2.4Nick Mathewson
2015-03-09Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2015-03-09Update geoip6 to the March 3 2015 database.Karsten Loesing
2015-03-09Update geoip to the March 3 2015 database.Karsten Loesing
2015-03-09Don't use checked strl{cat,cpy} on OSX.Nick Mathewson
2015-03-09Restore c89 in 0.2.5Nick Mathewson
2015-03-09Merge remote-tracking branch 'public/bug14261_025' into maint-0.2.5Nick Mathewson
2015-03-09GETINFO bw-event-cache to get information on recent BW eventsNick Mathewson
2015-03-09Merge remote-tracking branch 'public/bug13988_025' into maint-0.2.5Nick Mathewson
2015-03-09Merge remote-tracking branch 'public/bug15088_025' into maint-0.2.5Nick Mathewson
2015-03-09Merge remote-tracking branch 'public/feature15006_026' into maint-0.2.6Nick Mathewson
2015-03-09testing_common.c: avoid side-effects of tor_assertTom van der Woerdt
2015-03-09Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6Nick Mathewson
2015-03-09Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
2015-03-09Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2015-03-04Revert "Missing dependencies; fixes 15127."Nick Mathewson
2015-03-04Make boostrap events include hostname ANDaddr AND digestNick Mathewson
2015-03-04Merge remote-tracking branch 'public/bug15064_025' into maint-0.2.6Nick Mathewson
2015-03-04Make TransProxyType ipfw work correctlyNick Mathewson
2015-03-04Merge remote-tracking branch 'public/bug15088_025' into maint-0.2.6Nick Mathewson
2015-03-04Add wait4 to the seccomp2 sandbox allowable syscall listNick Mathewson
2015-03-04Merge remote-tracking branch 'public/bug15127_025' into maint-0.2.6Nick Mathewson
2015-03-04only declare rv when it is used in destination_from_socket. Fixes 15151Nick Mathewson
2015-03-04Missing dependencies; fixes 15127.Nick Mathewson
2015-03-03Make the assert related to 15083 a tiny bit more tolerantNick Mathewson
2015-03-03Do not leave empty, invalid chunks in buffers during buf_pullupNick Mathewson