Commit Graph

10 Commits (59c1c30107ccba4c633ae7ca11c3249c88719e83)

Author SHA1 Message Date
Dirk Engling 7c633c259e clang-format 5 months ago
Dirk Engling d4598cc930 Get rid of some warnings regarding header guards 8 years ago
erdgeist 914e0ac302 Add functionality to distribute udp to several workers 13 years ago
erdgeist 09f1234aa9 fix prototype 13 years ago
erdgeist 131211b4da V6 16 years ago
erdgeist 779d6c235f * http and udp routines now use thread local buffers passed in workstruct containers. In other words they do not use static_buffer anymore and are considered to be thread safe.
* the new workstruct also introduces a well defined buffer and result passing path
* a new function scan_find_keywords is a wrapper around scan_urlencoded_query that maps keys in url to values passed in an array of ot_keywords structs
* this new function cleans up much of url parameter parsing work, where read_ptr and write_ptr have been introduced rather than the confusing char *c, *data variables
* I now use memcmp instead of byte_diff to allow compiler to optimize constant size string compares
* got rid of UTORRENT_1600_WORKAROUND
* livesync_ticker is now only called from one (currently main) thread to avoid race conditions
16 years ago
erdgeist daaee855b2 Whitespace fixes 16 years ago
erdgeist c28cf398fd Introduce some kind of versioning 17 years ago
erdgeist ad5fa66737 Missing newline warning, missing include fixed 17 years ago
erdgeist 49c4bbb47f Have an own file handle udp requests. 17 years ago