Dirk Engling
d751f98e29
Be really relaxed now about what to accept in values...
16 years ago
Dirk Engling
0f6628b7f8
Allow @ in values. This seems to fix some clients
16 years ago
Dirk Engling
20373192a4
Allow = in values. This seems to fix some clients
16 years ago
Dirk Engling
d16c925901
This uTorrent/1600 client requires some... measures :/ I dont like the workaround.
16 years ago
Dirk Engling
96a43699e8
Now measure the time a clean_all_torrents takes
16 years ago
Dirk Engling
8b81b12af6
Now measure the time a clean_all_torrents takes
16 years ago
Dirk Engling
df85d516c8
assume anything looking like GET /a to be an announce...
16 years ago
Dirk Engling
c3eaa46d8f
Last fix was not enough to get rid off those 1600er buggers.
16 years ago
Dirk Engling
75d96f1f50
Work around the stupid utorrent 1600 bug. That'll be removed after a while.
16 years ago
Dirk Engling
9268f32200
Now the Holzhammer: GET /an is announce, GET /sc is scrape. Period.
16 years ago
Dirk Engling
b56035424e
now accept more classes of announce fuckups
16 years ago
Dirk Engling
ec5395b57c
Just one more typo
16 years ago
Dirk Engling
7149cb5600
Just one more typo
16 years ago
Dirk Engling
f1ad491e66
Work around more typos that might end up in torrent files as announce urls
16 years ago
Dirk Engling
d5839b8407
Debug code sometimes copied too much data
16 years ago
Dirk Engling
f2e615720b
Fixed one leak from struct_http
16 years ago
Dirk Engling
5f35e4bef7
Be even more stupidistas-tolerant
16 years ago
Dirk Engling
c69e375393
Fix debug output
16 years ago
Dirk Engling
0da6f316d6
Enable _DEBUG_HTTPERROR to avoid warning...
16 years ago
Dirk Engling
6de5b8544a
Include time since startup in full scrape debug output
16 years ago
Dirk Engling
1a864b16c1
Now limit full scrape to requests sending exactly "GET /scrape HTTP/"
16 years ago
Dirk Engling
d3f8013a18
Introducing multiscrape
16 years ago
Dirk Engling
463aabe5f7
Prevent url-decoding for debug by using a temp buffer
16 years ago
Dirk Engling
33530a2ac6
Those stupid "announce ?info_hash" torrents get really annoying. Fix it in announce and scrape.
16 years ago
Dirk Engling
e0f88d7545
be more verbose about what full scrape consumers deliver in their http requests
16 years ago
Dirk Engling
71436d6b24
After studying opentracker live data, I decided to radically reduce default allocation for vectors and making it grow faster instead: Most pools only had one or two peers, wasting 8*15 or 8*14 bytes.
16 years ago
Dirk Engling
b7e8a852e8
Remove an unused variable
16 years ago
Dirk Engling
547463a21f
Release exactly all unused bytes in mmap allocation.
16 years ago
Dirk Engling
8c3624ce9d
give opentracker the missing header file
16 years ago
Dirk Engling
dd7c0a3cab
Must not dealloc mmaped buffers with free()
16 years ago
Dirk Engling
61204221c1
Fix misunderstandig of what libowfat thinks are seconds and what I did...
16 years ago
Dirk Engling
6891fa78bc
Increase check interval for timeouted sockets to 10 seconds. That may prevent some disrupted scrapes.
16 years ago
Dirk Engling
cafb0d45fe
Since array and io_batch are in a union, and we also have time-outing writable sockets, we need to mark, which of the union is used. Also remove the blessed flag from struct http, since its rarely used and can be done in a seperate memcmp.
16 years ago
Dirk Engling
53054700c8
Cannot access members after they are freed :/
16 years ago
Dirk Engling
2c3b4e3de7
Save a lot of work when skipping through uninteresting http request parameters
16 years ago
Dirk Engling
91d3e4b6ef
Make fromhex() even faster
16 years ago
Dirk Engling
cc78f4d304
fixed one performance bug, where "skipping values from a ¶m=values pair" was requested, the requestor ended up with "values" to be parsed again.
...
improved performance of fromhex
improved performance of is_unreserved() by moving it all into a simple byte array
improved performance of %41 => 'A' conversion by reordering variables
16 years ago
Dirk Engling
b61651394a
Increase send timeout. Also use an own variable for that.
16 years ago
Dirk Engling
1d4eb17452
Increase send timeout. Also use an own variable for that.
16 years ago
Dirk Engling
23465c215a
io_timeout is absolute, not relative :/
16 years ago
Dirk Engling
7d4db8015d
Free iobatches on timeout
16 years ago
Dirk Engling
938d063919
HEADS UP: you need to check out the latest libowfat! Huge allocations are now taken from mmap()ed regions, not from heap anymore
16 years ago
Dirk Engling
962ad63424
Sockets we write to now do also timeout
16 years ago
Dirk Engling
7a65f9ca73
Fixed 24h clean bug. Allocate less memory for full scrape. Free torrents without any downloaders immediately.
16 years ago
Dirk Engling
5b82b40439
Exclude empty torrents from full scrape, also try to shrink full scrape buffer after it is full
16 years ago
Dirk Engling
9ffe557e6f
fixed line breaks in log
16 years ago
Dirk Engling
1815dd3e53
Log all expansive operations to stderr
16 years ago
Dirk Engling
854c21cece
Most open trackers do not have the problem of not being called often enough.. so do not introduce an extra timeout when waiting for activity. That also removes one of the last extraneous gettimeofday calls
16 years ago
Dirk Engling
7a3ddcfbce
since gettimeofday is rather expansive, we do only fetch time once in a 5 second period, when we are delivered a SIGALRM.
16 years ago
Dirk Engling
b3f834951c
make 64bit safe
16 years ago