index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
rendservice.c
Age
Commit message (
Expand
)
Author
2004-04-30
fix a seg fault (whoops)
Roger Dingledine
2004-04-28
Make Tor build on win32 with VC6 without warnings.
Nick Mathewson
2004-04-25
now assume all routers support rendezvous cells
Roger Dingledine
2004-04-25
use tor_assert
Roger Dingledine
2004-04-16
fix a pair of duplicate mark-for-closes
Roger Dingledine
2004-04-16
more useful logging for rend services and clients
Roger Dingledine
2004-04-15
Strings need room for a NUL.
Nick Mathewson
2004-04-15
Add a missing return -1
Nick Mathewson
2004-04-14
prune abandoned circs better
Roger Dingledine
2004-04-14
Retry non-final-hop rendezvous failures
Nick Mathewson
2004-04-14
Do not segfault on missing intro points.
Nick Mathewson
2004-04-13
Mark service descriptors as dirty when we have lost an intro point
Nick Mathewson
2004-04-13
Separate "start-establishing-introduction" from "upload descriptors"; only up...
Nick Mathewson
2004-04-13
clean up circuit rebuilding some; fix some bugs we hadn't hit yet
Roger Dingledine
2004-04-13
Have find_intro_circuit return non-open circs
Nick Mathewson
2004-04-12
Use service id instead of hex id in rendservice.c log messages. Rendcommon a...
Nick Mathewson
2004-04-09
Dump introduction point status on kill -USR1
Nick Mathewson
2004-04-08
Be endianly-correct for rendezvous functionality
Nick Mathewson
2004-04-08
log which intro points we picked
Roger Dingledine
2004-04-08
Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpath
Nick Mathewson
2004-04-08
Set rend_query on exiting streams
Nick Mathewson
2004-04-08
don't log info when we asked for log warn
Roger Dingledine
2004-04-08
Do not crash when no desc is found
Nick Mathewson
2004-04-07
don't try to build intro circs until you've fetched the directory
Roger Dingledine
2004-04-07
Rebuild and re-upload service descriptors every 15 minutes
Nick Mathewson
2004-04-07
Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't need
Nick Mathewson
2004-04-06
Set correct address and port mappings on outgoing rendezvous connections
Nick Mathewson
2004-04-06
set the circ windows on the middle hop of the rend circs
Roger Dingledine
2004-04-06
router_choose_random_node wants a smartlist of routers, not of nicknames.
Nick Mathewson
2004-04-06
Set handshake_state to NULL before appending cpath hops
Nick Mathewson
2004-04-06
Document stuff, reduce magic numbers, add emacs magic
Nick Mathewson
2004-04-05
fix the bob-can't-decode-relays bug
Roger Dingledine
2004-04-05
Use correct payload lengths when sending RENDEZVOUS1 cells
Nick Mathewson
2004-04-05
Add a missing offset
Nick Mathewson
2004-04-05
Use symbolic constants; make padding types match.
Nick Mathewson
2004-04-05
Implement response to RENDEZVOUS2 cell.
Nick Mathewson
2004-04-05
It's amazing how wrong things look when you invert the booleans on your
Nick Mathewson
2004-04-05
Slightly more helpful msg on mismatched service pk digest in INTRODUCE2 cell
Nick Mathewson
2004-04-05
oaep uses 42 more bytes -- stop clobbering buffers
Roger Dingledine
2004-04-05
Expect a 20-byte nul-padded-and-terminated nickname
Nick Mathewson
2004-04-05
Add some temporary log calls to try to debug the "Hash of session info was no...
Nick Mathewson
2004-04-03
Implement acks
Nick Mathewson
2004-04-03
Handle rendezvous relay cells
Nick Mathewson
2004-04-03
Use (set|get)_uint(16|32) in lieu of memcpy where reasonable.
Nick Mathewson
2004-04-03
Refactor the heck out of crypto interface: admit that we will stick with one ...
Nick Mathewson
2004-04-03
tabs
Roger Dingledine
2004-04-03
Hide smartlist internals
Nick Mathewson
2004-04-02
Finish renaming rend_service field
Nick Mathewson
2004-04-02
refactor; start adding debugging logs to midpoint rend stuff
Nick Mathewson
2004-04-02
Finish missing comment :p
Nick Mathewson
[next]