Ingo Weinhold
a5330a8e41
Remove private support kit BUrl
...
Use the public BUrl from the network kit instead.
2014-07-03 17:39:59 +02:00
Ingo Weinhold
72f6b787cf
BUrl: Add missing functionality from support kit BUrl
2014-07-03 17:39:59 +02:00
Ingo Weinhold
2573655b79
Revert "Revert "HttpRequest: support gzip and deflate compression.""
...
This reverts commit 256080b112e417fc4fd2f3f9fcb23485e1b23b42.
With the following changes:
* Adjusted to the BZlibCompressionAlgorithm API.
* Add some error handling.
2014-07-03 17:39:58 +02:00
Ingo Weinhold
c99f294eb0
BNetBuffer: Restore semantics after DynamicBuffer -> BDataIO
2014-07-03 17:39:58 +02:00
Ingo Weinhold
25d34313d0
DynamicBuffer::Read(): Small optimization (skip 0 case)
2014-07-03 17:39:58 +02:00
Ingo Weinhold
6926863e37
DynamicBuffer::Write(): Fix return type and semantics
2014-07-03 17:39:58 +02:00
Ingo Weinhold
7616c39db6
DynamicBuffer: dos2unix
2014-07-03 17:39:57 +02:00
Ingo Weinhold
739f15e144
Revert "Revert "DynamicBuffer: implement BDataIO""
...
This reverts commit 747b401e875f19d83508cc39176f4c263182c515.
2014-07-03 17:39:57 +02:00
Adrien Destugues
4260c14601
Release HaikuWebkit 1.4.1.
hrev47460
2014-07-03 11:10:23 +02:00
Adrien Destugues
9f9912d919
Update Sum-It package to a much smaller version built in release mode.
hrev47459
2014-07-03 08:19:19 +02:00
Augustin Cavalier
c441188551
Update Qt, Quassel, and QupZilla packages.
...
* Additionally, rename Qt from qt4 to libqt4.
* [zooey]: Corrected sorting order.
Signed-off-by: Oliver Tappe <zooey@hirschkaefer.de>
hrev47458
2014-07-02 20:23:11 +02:00
Augustin Cavalier
6a6d640619
Remove duplicate "libpaper" entry.
...
Signed-off-by: Oliver Tappe <zooey@hirschkaefer.de>
2014-07-02 20:23:11 +02:00
John Scipione
ba88ee2be4
Allow ol's to show numbers
hrev47457
2014-07-02 11:11:57 -04:00
John Scipione
425871d3af
Update BWindow::Zoom() docs
2014-07-02 11:09:31 -04:00
Adrien Destugues
c1986edd36
Make Web+ use C++11.
...
* This is now required by HaikuWebKit headers.
* Should fix the x86_64 build.
hrev47456
2014-07-02 08:16:21 +02:00
Adrien Destugues
9522c1e4f2
Add unbootstrap, a script to remove _bootstrap from packages.
...
This needs to be run under haiku as it uses the package tool. It can be
used to remove the _bootstrap tagging from bootstrap packages and then
upload them to the repos as normal packages. The goal is to make
non-bootstrap builds work even for archs where the bootstrap isn't
working yet.
Packages built that way should be replaced as soon as better ones are
obtained by the proper bootstrapping process.
2014-07-02 08:16:20 +02:00
François Revol
7670cd86b4
Add WIP VirtualBox Guest Additions package
...
For now only clipboard sharing is supported. Run VBoxTray to activate it.
My first uploaded package :)
hrev47455
2014-07-02 00:10:26 +02:00
Ingo Weinhold
5c8bfe24ea
compression_test: Add option for gzip format
hrev47454
2014-07-01 21:54:58 +02:00
Ingo Weinhold
72cf56a0fd
BZlibCompressionAlgorithm: Basic support for gzip format
2014-07-01 21:54:58 +02:00
Adrien Destugues
3b19a78137
Update HaikuWebkit to 1.4.0 for x86_64
...
There are some known issues with this version (1.4.1 will follow soon), but at least it fixes the build.
hrev47453
2014-07-01 21:12:48 +00:00
Adrien Destugues
14d1df6644
Add gyp and python_setuptools packages.
...
Requested by Waddlesplash.
hrev47452
2014-07-01 16:45:24 +02:00
Oliver Tappe
8f49820300
Update python on x86_gcc2 to 2.6.9.
...
* This allows python_twisted to be installed on x86_gcc2, as it requires
python >= 2.6.9.
hrev47451
2014-07-01 00:54:30 +02:00
John Scipione
844df0d7a4
ProcessController: Fix CID 701784
...
Unchecked return value (CHECKED_RETURN)
If get_team_usage_info() fails set the times to 0.
Also remove unused get_team_info() call.
hrev47450
2014-06-30 17:23:41 -04:00
John Scipione
37add6e474
ProcessController: Check if pointers are NULL
2014-06-30 17:23:40 -04:00
John Scipione
98ec4e9467
ProcessController: style fixes to TeamBarMenuItem
2014-06-30 17:23:38 -04:00
Ingo Weinhold
b3263ad3e1
Switch package kit to BZlibCompressionAlgorithm
...
... and remove the Zlib{Compressor,Decompressor} API.
hrev47449
2014-06-30 21:55:41 +02:00
Ingo Weinhold
377ecc1e55
Test program for the B[Zlib]CompressionAlgorithm functionality
2014-06-30 21:55:41 +02:00
Ingo Weinhold
dcdc33b0af
Add B[Zlib]CompressionAlgorithm
...
* BCompressionAlgorithm is a base class for classes that provide
compression/decompression functionality. There are methods for
compressing/decompressing a single buffer and factory methods for
a compressing/decompressing input/output BDataIO.
* BZlibCompressionAlgorithm is a BCompressionAlgorithm implementation
using zlib.
2014-06-30 21:55:41 +02:00
Ingo Weinhold
6a89a36aa0
Move package kit Zlib* classes to support kit
...
Also move to B* namespace and no longer expose the zlib dependency in
the headers.
2014-06-30 21:55:41 +02:00
Ingo Weinhold
b773d89eba
BDataIO: Add Flush()
2014-06-30 21:55:40 +02:00
Ingo Weinhold
60ccc119b0
packagefs: CachedDataReader: Don't implement ReadData()
...
It's already done the same way in the base class.
2014-06-30 21:51:17 +02:00
Ingo Weinhold
0dab9e5cb4
package kit: ReaderImplBase: Remove superfluous scratch buffer
2014-06-30 21:51:16 +02:00
Ingo Weinhold
0a62e01902
PackageWriterImpl: Remove superfluous method
2014-06-30 21:51:16 +02:00
Ingo Weinhold
f1a12bcfc0
ReaderImplBase::ReadSection(): Small simplification
2014-06-30 21:51:16 +02:00
John Scipione
955ace81fd
Move the search text box to the right
...
The "API DOCUMENTATION" text placement corresponds similar text in the
User Guide.
hrev47448
2014-06-30 15:22:53 -04:00
Augustin Cavalier
67e4499bbe
Add search function to the API docs.
...
* Uses Google site search.
* CSS taken from the User Guide Translator's CSS.
Signed-off-by: John Scipione <jscipione@gmail.com>
2014-06-30 15:22:52 -04:00
Adrien Destugues
c5359c702a
Update various packages for x86_64.
...
Some of these are haikuwebkit dependencies, and other things haikuporter decided to rebuild for some reason.
hrev47447
2014-06-30 20:56:02 +00:00
John Scipione
5b55bbb0a6
BString docs: Add docs for StartsWith() and EndsWith()
...
I'm not sure why these method docs got skipped, they are
nice to know about.
hrev47446
2014-06-30 14:50:20 -04:00
John Scipione
ab97fc0564
Replace FindFirst() == 0 with StartsWith()
...
Thanks PulkoMandy.
2014-06-30 14:45:02 -04:00
John Scipione
c425d6cb85
listimage: fix small memory leak
...
Free header when done with it.
hrev47445
2014-06-30 12:08:40 -04:00
John Scipione
a846b0ee4e
listimage: remove unused vars.
...
... left over from previous iterations, not sure why I didn't
get unused vars warnings.
Sorry for the noise.
hrev47444
2014-06-30 00:41:43 -04:00
John Scipione
69ac139b33
listimage: A bunch of small fixes.
...
* Use arch-independent format specifiers.
* Print pointers at a fixed length padded with 0s,
length is eitther 8 or 16 depending on pointer width.
* Uppercase titles.
* Add an extra space between Data and Seq# columns to
more clearly show that they represent separate titles.
* Move the Name column last because it is variable length.
This way, all columns line up vertically and the name can
overflow past the end, before a long path would push all
the other columns to the right.
* Make the Name column title is left-aligned, dashes go to
80 cols.
* Use C89 comments and C89 variable declarations.
Screenshot:
http://38.media.tumblr.com/4aea59cf15f8a7c186fc97d62916f38b/tumblr_n7yrw7nwma1r0f0hfo1_1280.png
hrev47443
2014-06-30 00:24:58 -04:00
John Scipione
26de917c7a
listimage: style fixes
...
Also use puts() in place of printf() in a couple places
where no string interpolation takes place.
Replace the variable name "status" with "result", I just like
it better that way for easier grep-ability.
2014-06-30 00:22:28 -04:00
John Scipione
8127947b30
App Server: Refactor Accelerant add-on loading
...
... to use BPathFinder instead of iterating through each of the
(current) add-on directories.
Update copyright header, add myself to authors.
add an ATRACE() of the path once it is found.
2014-06-29 17:31:08 -04:00
John Scipione
a4a7b1f48b
App Server: Style fixes to AccelerantHWInterface
2014-06-29 17:31:07 -04:00
John Scipione
784d5bea5c
Tracker: small refactor to FindPaths.
...
No functional change intended.
* Remove trailing / from Tracker, thanks Axel.
* put addOnPaths.CountStrings() in a variable.
2014-06-29 17:31:05 -04:00
John Scipione
03a7aaf926
shortcut_catcher: Add Jessica Hamilton to authors
...
... with permission to recognize her contributions here.
2014-06-29 17:31:04 -04:00
John Scipione
9c1ca606f0
shortcut_catcher: Small refactor to FindPaths()
...
Should be functionally identical.
* Removed / after Tracker, thanks Axel.
* BString::FindFirst() returns an index not a status_t so check that
it finds the path at the start of the string (index 0).
* Put paths.CountStrings() in a count variable.
I wanted to clean this code up because I use it as a reference.
2014-06-29 16:18:08 -04:00
Humdinger
0474722732
Added application/xhtml+xml to StyledEdits supported types.
hrev47442
2014-06-29 19:30:22 +02:00
Oliver Tappe
0230e26b37
Tell wget to retry for connection-refused errors.
...
* This should help the build process to survive short-lived connection
problems (as they happened to buildbot slaves tonight).
hrev47441
2014-06-29 12:19:56 +02:00