Nat Goodspeed
8ff81fc7a5
DRTVWR-575: Keep BufferArray::findBlock() in int domain.
2022-12-06 11:16:55 -05:00
Nat Goodspeed
5a74f7648a
DRTVWR-575: A few more tweaks addressing size_t wider than 32 bits.
2022-11-03 15:18:32 -04:00
andreykproductengine
1b4d5492c6
SL-11727 Fix build warnings
2019-10-23 16:37:15 +03:00
Rider Linden
57d5744f2c
MAINT-7634: Move StatsAccumulator into llcommon, collect data sent and error codes from core.
2017-07-28 14:07:25 -07:00
Oz Linden
c8726aba30
remove execute permission from many files that should not have it
2015-11-10 09:48:56 -05:00
Graham Madarasz
bf6182daa8
Update Mac and Windows breakpad builds to latest
2013-03-29 07:50:08 -07:00
Monty Brandenberg
052f985e75
Trivial change to tickle build.
2012-07-24 15:21:28 -04:00
Monty Brandenberg
4da93b6ad9
SH-3177 Add streambuf/iostream adapters to BufferArray object.
...
Initial version that should have enough of the plumbing to produce
a working adapter. Memory test is showing 8 bytes held after one
of the tests so I'm going to revisit that later. But basic
functionality is there going by the unit tests.
2012-06-21 19:45:40 -04:00
Monty Brandenberg
a50944e078
Cleanup: move magic nubmers to new _httpinternal.h header file.
2012-06-19 17:01:02 -04:00
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