Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-23 | Big comment and naming cleanup. Ready for prime-time. | Monty Brandenberg | |
Add to-do list to _httpinternal.h to guide anyone who wants to pitch in and help. | |||
2012-07-23 | Cleaning up comments, names, miscellany. | Monty Brandenberg | |
2012-07-06 | Experiment with ignoring priority in the library. Let upper layers | Monty Brandenberg | |
sort things out or use policy classes (eventually) to arrange low and high priority traffic. Subjectively, I think this works better in practice (as I haven't implemented a dynamic priority setter yet). | |||
2012-07-06 | SH-3222 Slow loading textures on Lag Me 1 | Monty Brandenberg | |
Think I have found the major factor that causes the Linksys WRT54G V5 to fall over in testing scenarios: DNS. For some historical reason, we're trying to use libcurl without any DNS caching. My implementation echoed that and implemented it correctly and I was seeing a DNS request per request on the wire. The existing implementation tries to do that and has bugs because it is clearing caching DNS data querying only once every few seconds. Once I started emulating the bug, comms through the WRT became much, much more reliable. | |||
2012-06-19 | Cleanup: move magic nubmers to new _httpinternal.h header file. | Monty Brandenberg | |