Commit Graph

272 Commits (6cdebf31ac048db389c8cb1ac40e8e77954490a2)

Author SHA1 Message Date
erdgeist 05420c40e5 Introduce another unspec'd command: sync which syncs the most recent peer pool for a torrent out. Do some variable type clean up. Do some code structure clean up.
erdgeist dffea5da69 return random check back intervals to our clients
erdgeist 2f0658a3af Code cleanup reindenting
denis a291ceda98 backout Revision 1.67
denis e628873416 workaround for some weird requests
denis fd73f958c2 Denis wanted scrapes and erdgeist didnt give it :)
denis 4fc8dd75be Copy request before expanding url-encoded bytes
erdgeist 2d0215d793 Debugging for failed requests.
erdgeist 00843757c0 Count successful announces extra
erdgeist e161ef790a FD-debug also in new iob_send path
erdgeist 5f7c044b54 Full scrape, kinda tested
denis 67689057d4 increase the timeout to make the ride a little smoother for some clients
erdgeist 3d796d93f0 -m64 is not usually a correct compile option
erdgeist 07a604e3d6 Debug file descriptors
denis 6c62ed7928 *seuftz*
denis 98ed6231e1 set the interval to 1800 for announce (last change was only for scrape)
erdgeist 908649af98 From now the OT_CLIENT_TIMEOUT will be enforced, even if some data arrived inside this interval
erdgeist 7c4fcdbd97 Tidied main loop do accept() and read() before timeout()
erdgeist ccafcb0ff9 Give our server some air to check for timedout connections
erdgeist 2ee37881ff Rearranged code to try to read data as soon as socket is accepted, also raise backlog for listening socket
erdgeist 005ff4e231 Simple top5 by peers/seeders table
erdgeist ade8268970 Rudimentary stats
erdgeist ec531730ab Do some timeout checking on the first possible moment
erdgeist 745985c726 Previous answer to event=stopped irritated some clients. Now reply with a static nothing-message
erdgeist 41c307c3b0 Cast types for mrtg_scrape sprintf
erdgeist 22a0829f94 Drop permission, if we can
erdgeist 805e46450c Documentation improved, some reindenting (again), variable types checked, unnecessary defines removed
erdgeist cb12e922d5 Ignore SIGPIPE. This is safe, since it only raises, when the remote site died before we could send our paket back and is catched by write() returning -1
erdgeist 74a7fbd6fe Fixed a bug where I didn't replace new buffer pointer after realloc. Fixed a bug where I didnt copy enough memory when shrinking vectors. Now save some extra bytes in header.
erdgeist 8ecfe9a36f Now we also check, if no io happens
erdgeist ac8e26f99b Some code spacifying. Added actually checking timeouts.
erdgeist 1d66041fd5 Indent. Sorry. Plus timeout on every connection, for every byte we got.
erdgeist bef60daf2b This one breaks all ;) Lets see, what happens
erdgeist 62a6f60559 add timeout for clients
erdgeist 38432480a1 shutdown was unnecessary
erdgeist 17c21a0bc4 Apply some limits
erdgeist c89cfaad5e Be more helpful
erdgeist 2aa03492a5 added closed tracker and blacklist code
erdgeist cdf2fbabed README\!
erdgeist e0a9c2a4aa Added option to get ip from query string + parser, fixed two bugs concerning grow/shrink of vectors. Now cleans up a torrent BEFORE trying to remove a peer -> this may remove peer already and must be done anyway.
erdgeist f40b373c3b Remove some integer constants from code. Bad coder. Very bad coder :/
erdgeist c87389f929 Now every answer goes in one buffer
erdgeist f406961fe0 Try early answers
erdgeist e471e2c20b Missing header file
erdgeist d73b83d0f7 try shutdown() the socket after writing
denis ffc378b2b9 corrected the modifier for size_t
erdgeist b7526f25e8 Fixed two mem leaks from httpd :/
erdgeist de03db7dcd Fixed memleak in example httpd :/
erdgeist 6286c1cea5 Made answer http/1.1
erdgeist 1d5f915940 Division in stats now works
erdgeist fcf615779d fix include
erdgeist 82b4df6751 Make code endianess save
denis 9e93e6b6e1 fixed typo
erdgeist 4761c70843 sorted bencoded order
erdgeist af147a1d14 Fixed mem leak, inmplemented mrtg_scrape
erdgeist 8d13a14584 announce now returns all mandatory answer dictionary entries
erdgeist 688a4edd9e Now actually seems to work for the most parts
Added scraping
Added graceful disconnect
erdgeist c0f667defe Reacts more appropriate, however EXC_BAD_ACCESS triggered
erdgeist 31c20c515d This is a complete rewrite... assume nothing works.
erdgeist 0de82a8925 Fixed parser
erdgeist 932242eee7 Logic now actually initialized and deinitialized
denis dc025776dd Begun printf debugging
erdgeist 62a9b02532 Should work now *cough* *cough*
erdgeist 419e65cc2a Further compact code
erdgeist b9743bf516 More cleanup
erdgeist 898206ac7a Some syntax errors removed
erdgeist 83e339bbe0 hooks into scanning functions built
denis 88679832f0 nochma
denis 0a3dc7b4ce url parser
erdgeist 1c1fd9fe4a Started to implement glue
erdgeist a53d14c46f blocking socket blocks...
erdgeist ad472597c5 Kickoff