Monty Brandenberg
24e16e1632
Convert _refcounted.h over to using LLAtomic32<>.
...
Beware of bad documentation. operator--(int) does not return what
the header claimed it did.
2012-06-12 12:41:09 -04:00
Monty Brandenberg
267ab5b417
Convert BufferArray interfaces to void * (not char *). HttpRequest::update() honor time limit.
...
Generally, opaque data operations are expected to be over 'void *' and have
now converted interfaces to do that. Update() method honors millisecond limit to dwell
time. Might want to homologate the millis/uSecs mix later....
2012-06-11 17:47:04 -04:00
Monty Brandenberg
3a9c182d7f
Stupid windows tricks.
2012-06-02 02:22:07 +00:00
Monty Brandenberg
c7d5b0dced
More platform fixes for linux/mac.
2012-06-02 02:09:33 +00:00
Monty Brandenberg
4155301015
Do some work on BufferArray to make it a bit less naive about
...
chunking data. Remove the stateful use of a seek pointer so
that shared read is possible (though maybe not interesting).
2012-06-01 21:30:45 -04:00
Monty Brandenberg
5611cb6d47
Okay, imported the core-http library and got it compiling suspiciously easily.
...
The unit/integration tests don't work yet as I'm still battling cmake/autobuild
as usual but first milestone passed.
2012-04-23 16:19:39 -04:00