haiku/headers/os
Adrien Destugues cfc4b62367 Network Kit: Prepare for HTTP range requests
* The DataReceived hook gets a position argument, making it possible for
listeners to handle out-of-order data (from two range requests at
different positions, for example)
* Adjust HaikuDepot (only user of the API in our sources)
* Add a copy constructor to HTTPRequest that copies the relevant
parameters from an existing request. Makes it easy to repeat a request
with a different range. Could be useful for restarting downloads, or
paralellizing them.
* Add SetRangeStart, SetRangeEnd calls to HTTPRequest, no implementation
yet. I'm putting all the API changes in this commit as it needs to be
synced with a matching haikuwebkit release.
* All archs must update to HaikuWebkit 1.3.0. Previous versions are
broken by this.
2014-04-12 08:57:26 +02:00
..
add-ons Applied an updated patch by looncraz to enable hardware cursor. 2012-11-28 22:33:08 +01:00
app BLooper: Add DispatchExternalMessage() 2013-12-20 15:47:23 +01:00
arch x86_64: Set vector in iframe/debug state to 99 for syscalls. 2013-07-25 20:04:25 +01:00
be_apps
bluetooth Fix more GCC4 narrowing conversion warnings. 2013-05-03 19:42:04 +02:00
device
drivers Merge branch 'scheduler' 2014-01-17 04:06:15 +01:00
game Style fixes to DirectWindow.h, no functional change 2012-12-21 19:18:45 -05:00
interface Fix button label position, try number 2 2014-04-08 14:10:10 -04:00
kernel kernel: Add more architecture code post-scheduler 2014-01-19 21:53:56 -06:00
locale LocaleRoster: race condition on catalog loading. 2014-01-19 12:12:57 +01:00
mail
media Remove remaining unnecessary 'volatile' qualifiers 2013-11-06 00:03:07 +01:00
midi
midi2
net Network Kit: Prepare for HTTP range requests 2014-04-12 08:57:26 +02:00
package Fix more issues detected by gcc4 compiler: 2014-02-11 17:51:22 +01:00
storage Whitespace style fixes only in StorageDefs.h 2014-03-31 16:22:06 -04:00
support Merge branch 'scheduler' 2014-01-17 04:06:15 +01:00
translation Actually sort the translator menu used in ShowImage. 2012-08-07 00:41:41 -04:00
AppKit.h
Be.h
BeBuild.h BeBuild.h: Fix B_DEFINE_WEAK_ALIAS for use in C++ code 2013-11-05 21:40:42 +01:00
DeviceKit.h
GameKit.h
InterfaceKit.h
KernelKit.h
LocaleKit.h
MailKit.h
MediaKit.h
MidiKit.h
NetKit.h
NetworkKit.h
StorageKit.h
SupportKit.h
TranslationKit.h