Age | Commit message (Collapse) | Author |
|
fix whitespace
svn:r13035
|
|
Allow config values in quotes to contain special characters, with full C escape syntax. With tests. Addresses bug 557.
svn:r13021
|
|
Push the strdups used for parsing configuration lines into parse_line_from_string(). This will make it easier to parse more complex value formats, which in turn will help fix bug 557
svn:r13020
|
|
Fix bug 575: protect the list of logs with a mutex. I couldn't find any appreciable change in logging performance on osx, but ymmv. You can undef USE_LOG_MUTEX to see if stuff gets faster for you.
svn:r13019
|
|
Bugfix for bug 569: do not try to download nonexistant certificates with signing key 000000000000000.
svn:r13018
|
|
Use reference-counting to avoid allocating a zillion little addr_policy_t objects. (This is an old patch that had been sitting on my hard drive for a while.)
svn:r13017
|
|
Patch from Tup: make NS events work again.
svn:r13009
|
|
Make HTTP-processing code in buffers.c faster: do not pull up 50K of text into the first chunk if the headers end earlier than that.
svn:r13006
|
|
Incomplete code to avoid doing needless pull-ups on HTTP. Also, use memstr instead of strstr to find the content-length header.
svn:r13005
|
|
Try even harder not to allocate chunks bigger than MAX_CHUNK_ALLOC.
svn:r13003
|
|
Remove need for buf_pullup in fetch_line_from_buf().
svn:r13002
|
|
Exciting new entries in buf_dump_freelist_sizes() to make sure our freelist sizes are reasonable.
svn:r12996
|
|
Fix windows compile error
svn:r12995
|
|
And clean up an assertion failure.
svn:r12993
|
|
Apparently loops work better when you actually increment/decrement the loop variable. Who knew?
svn:r12992
|
|
Actually trim freelists.
svn:r12991
|
|
Fix a nasty infinite loop in flush_buf[_tls].
svn:r12990
|
|
More tweaks on 0-byte TLS writes.
svn:r12989
|
|
Oops. flush_buf_tls can request more than the requested number of bytes. When that happens, do not let the size_t sz wrap around.
svn:r12988
|
|
Peacetime managed to run overnight in paranoia mode. Disabling paranoia, so that buffers.c can be a little speedy again.
svn:r12987
|
|
Fix in flush_buf_tls: it is okay to flush an empty buffer, since we may have a partial TLS record pending.
svn:r12984
|
|
Here, have some terribly clever new buffer code. It uses a mbuf-like strategy rather than a ring buffer strategy, so it should require far far less extra memory to hold any given amount of data. Also, it avoids access patterns like x=malloc(1024);x=realloc(x,1048576);x=realloc(x,1024);append_to_freelist(x) that might have been contributing to memory fragmentation. I've tested it out a little on peacetime, and it seems to work so far. If you want to benchmark it for speed, make sure to remove the #define PARANOIA; #define NOINLINE macros at the head of the module.
svn:r12983
|
|
self-reachability and authority-reachability tests.
svn:r12960
|
|
svn:r12959
|
|
for a v2 or v3 networkstatus object before we were prepared. This
was particularly bad for 0.2.0.13 and later bridge relays, who
would never have a v2 networkstatus and would thus always crash
when used. Bugfixes on 0.2.0.x.
Estimate the v3 networkstatus size more accurately, rather than
estimating it at zero bytes and giving it artificially high priority
compared to other directory requests. Bugfix on 0.2.0.x.
svn:r12952
|
|
When we load a bridge descriptor from the cache,
and it was previously unreachable, mark it as retriable so we won't
just ignore it. Also, try fetching a new copy immediately.
svn:r12950
|
|
Refactor circuit_launch* functions to take a bitfield of flags rather than 4 separate nonconsecutive flags arguments. Also, note a possible but in circuit_find_to_cannibalize, which seems to be ignoring its purpose argument.
svn:r12948
|
|
Support building for iPhone; patch from cjacker huang.
svn:r12946
|
|
svn:r12936
|
|
svn:r12934
|
|
identical bridge-purpose descriptor soon after, don't discard
the next one as a duplicate.
svn:r12933
|
|
svn:r12930
|
|
snapshot of known bridge routerstatuses from their DirPort to
anybody who knows that password. Unset by default.
svn:r12929
|
|
without a datadirectory from a previous Tor install. Reported
by Zax.
svn:r12928
|
|
bridge communities.
svn:r12927
|
|
RelayBandwidthBurst, then make them equal rather than erroring out.
svn:r12925
|
|
PublishServerDescriptor is now "bridge" rather than "v2,v3".
svn:r12923
|
|
have to change as we invent new directory protocol versions.
svn:r12922
|
|
currently have a Bridge line for it in our torrc. Bugfix on
0.2.0.12-alpha.
svn:r12921
|
|
svn:r12919
|
|
svn:r12918
|
|
time you use a given introduction point for your service, but
on subsequent requests we'd be using garbage memory. Fixed by
Karsten Loesing. Bugfix on 0.2.0.12-alpha.
svn:r12913
|
|
unexpected (it used to be in our networkstatus when we started
fetching it, but it isn't in our current networkstatus), and we
aren't using bridges. Bugfix on 0.2.0.x.
svn:r12911
|
|
svn:r12907
|
|
svn:r12905
|
|
svn:r12901
|
|
svn:r12900
|
|
documents if they're v1, v2, or v3 authorities.
svn:r12898
|
|
svn:r12897
|
|
svn:r12896
|