Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-29 | Remove SocksSocket; it's now spelled differently thanks to 14451 | Nick Mathewson | |
Also, revise bug12585 changes file to mention new syntax | |||
2015-01-28 | Make hidden service use the config unix prefix | David Goulet | |
Signed-off-by: David Goulet <dgoulet@ev0ke.net> | |||
2015-01-28 | Support unix: prefix in port configuration | David Goulet | |
It's now possible to use SocksPort or any other kind of port that can use a Unix socket like so: SocksPort unix:/foo/bar/unix.sock Fixes #14451 Signed-off-by: David Goulet <dgoulet@ev0ke.net> | |||
2015-01-28 | Merge branch 'bug11485_026_v2_squashed' | Nick Mathewson | |
2015-01-28 | fixup! Refactor the use of ifdef HAVE_SYS_UN_H | David Goulet | |
Signed-off-by: David Goulet <dgoulet@ev0ke.net> | |||
2015-01-28 | Actually make connections to HSes on AF_UNIX sockets | Andrea Shepard | |
2015-01-28 | Support connection_exit_connect() to AF_UNIX sockets | Andrea Shepard | |
2015-01-28 | Handle config options for AF_UNIX hidden services rendservice.c | Andrea Shepard | |
2015-01-28 | Bug #8405: Report SOCKS username/password in CIRC status events | Arthur Edelstein | |
Introduces two new circuit status name-value parameters: SOCKS_USERNAME and SOCKS_PASSWORD. Values are enclosing in quotes and unusual characters are escaped. Example: 650 CIRC 5 EXTENDED [...] SOCKS_USERNAME="my_username" SOCKS_PASSWORD="my_password" | |||
2015-01-28 | Tweak tor-resolve docs and logs | Nick Mathewson | |
Resolves 14325 | |||
2015-01-28 | Bump a client authorization message from debug to info. | Nick Mathewson | |
A user wants this for 14015, and it seems fairly reasonable. | |||
2015-01-27 | Groundwork for AF_UNIX hidden services in rendservice.c | Andrea Shepard | |
2015-01-26 | Bail early in cpuworker_onion_handshake_replyfn if the circuit is marked | Nick Mathewson | |
2015-01-23 | Try to fix some more memory leaks in the unit tests | Nick Mathewson | |
2015-01-23 | Fix some memory leaks in new address tests | Nick Mathewson | |
2015-01-23 | whitespace fixes | Nick Mathewson | |
2015-01-23 | Split the slow unit tests into their own binary | Nick Mathewson | |
This can run in parallel with the faster ones and the other tests. | |||
2015-01-23 | Merge branch 'if_addr_refactoring_squashed' | Nick Mathewson | |
Conflicts: src/test/include.am src/test/test.c | |||
2015-01-23 | Refactor code that looks up addresses from interfaces | rl1987 | |
Now the code has separate implementation and examination functions, uses smartlists sanely, and has relatively decent test coverage. | |||
2015-01-23 | Tweak the 9969 fix a little | Nick Mathewson | |
If we have busy nodes and excluded nodes, then don't retry with the excluded ones enabled. Instead, wait for the busy ones to be nonbusy. | |||
2015-01-23 | Merge remote-tracking branch 'public/ticket9969' | Nick Mathewson | |
Conflicts: src/or/directory.c src/or/routerlist.c src/or/routerlist.h src/test/include.am src/test/test.c | |||
2015-01-23 | Merge remote-tracking branch 'public/ticket13762' | Nick Mathewson | |
2015-01-23 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2015-01-23 | Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2015-01-23 | Merge remote-tracking branch 'karsten/geoip6-jan2015' into maint-0.2.4 | Nick Mathewson | |
2015-01-23 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
2015-01-22 | fix some warnings in compat_threads.c | Nick Mathewson | |
2015-01-22 | Move a redundant _GNU_SOURCE to where it is not redundant | Nick Mathewson | |
2015-01-22 | Update geoip6 to the January 7 2015 database. | Karsten Loesing | |
2015-01-22 | Update geoip to the January 7 2015 database. | Karsten Loesing | |
2015-01-21 | use the correct free fn. spotted by dgoulet | Nick Mathewson | |
2015-01-21 | Merge branch 'better_workqueue_v3_squashed' | Nick Mathewson | |
2015-01-21 | Fix: remove whitespace and update a comment in cpuworker.c | David Goulet | |
Signed-off-by: David Goulet <dgoulet@ev0ke.net> | |||
2015-01-21 | Fix: change copyright year in workqueue and thread tests | David Goulet | |
Signed-off-by: David Goulet <dgoulet@ev0ke.net> | |||
2015-01-21 | Support monotonic time for pthread_cond_timedwait | David Goulet | |
This is to avoid that the pthread_cond_timedwait() is not affected by time adjustment which could make the waiting period very long or very short which is not what we want in any cases. Signed-off-by: David Goulet <dgoulet@ev0ke.net> | |||
2015-01-21 | Merge branch 'bug9819' | Nick Mathewson | |
2015-01-21 | fix a comment | Nick Mathewson | |
2015-01-21 | Fix up some workqueue/threading issues spotted by dgoulet. | Nick Mathewson | |
2015-01-21 | handle EINTR in compat_*threads.c | Nick Mathewson | |
2015-01-20 | Merge branch 'bug14084' | Nick Mathewson | |
2015-01-20 | Merge remote-tracking branch 'dgoulet/bug14224_025_v1' | Nick Mathewson | |
2015-01-20 | Merge branch 'ticket14254_squashed' | Nick Mathewson | |
2015-01-20 | Fix SocksSocket 0. That was easy! | Nick Mathewson | |
2015-01-19 | Some days I just can't C. | Nick Mathewson | |
2015-01-19 | Make check-spaces happier. | Nick Mathewson | |
2015-01-19 | Remove a now-needless testing workaround. | Nick Mathewson | |
2015-01-19 | Replace a 4 with a 6; fix a bug that nobody noticed :/ | Nick Mathewson | |
Fixes 14280 bugfix on 1053af0b9c4127873034a935ce33 in 0.2.4.7-alpha. | |||
2015-01-19 | Merge branch 'bug7555_v2_squashed' | Nick Mathewson | |
Conflicts: src/or/connection_edge.c | |||
2015-01-19 | Add a bunch of new comments to explain connection_ap_rewrite{,_and_attach} | Nick Mathewson | |
Also, do a little light refactoring to move some variable declarations around and make a few things const Also fix an obnoxious bug on checking for the DONE stream end reason. It's not a flag; it's a possible value or a variable that needs to be masked. | |||
2015-01-19 | Fix: close intro circuit if no more intro points are usable | David Goulet | |
Once a NACK is received on the intro circuit, tor tries an other usable one by extending the current circuit to it. If no more intro points are usable, now close the circuit. Also, it's reason is changed before closing it so we don't report again an intro point failure and trigger an extra HS fetch. Fixes #14224 Signed-off-by: David Goulet <dgoulet@ev0ke.net> |