qtwebkit:performance.git
2009-10-24 Holger Hans... memusagestat.c: Some fixes to memusagestat
2009-10-15 Holger Hans... Change cycler/loading to benchmark running through...
2009-10-14 Holger Hans... Ignore some more generated files
2009-10-14 Holger Hans... image_loading/image_cycling: Share the WebCore classes
2009-10-14 Holger Hans... reductions: Add missing files
2009-10-13 Holger Hans... ImageDecoder: Change to go through the factory
2009-10-13 Holger Hans... Add two reductions for image loading
2009-10-11 Holger Hans... Fix building after the moving of the files
2009-10-08 Holger Hans... http_server: Proper fix for the socket close during...
2009-10-08 Holger Hans... Move tools into host-tools|reductions|tests
2009-10-08 Holger Hans... README: Make it refer to the Wiki pages
2009-10-05 Holger Hans... http_server: Stop trying to read when we are disconnect...
2009-10-02 Holger Hans... Add a new test called cycler...
2009-10-02 Holger Hans... common: Add additional test case with many images
2009-09-30 Holger Hans... loading_standalone: Make the code compile without a...
2009-09-30 Holger Hans... Install target utilities to QT_INSTALL_BINS/benchmark
2009-09-30 Holger Hans... loading_standalone: Rename the target and pro file
2009-09-30 Holger Hans... http_server: Using a QCoreApplication is enough in...
2009-09-30 Holger Hans... http_server: No need to test the database code anymore
2009-09-30 Holger Hans... benchmarks: Remove memusagestat from the compile list
2009-09-30 Holger Hans... mirror: Use optparse in create_hosts...
2009-09-28 Holger Hans... loading_standalone: Fix indenting of the code path
2009-09-28 Holger Hans... Add the standalone unit test as well
2009-09-28 Holger Hans... http_server: Compile fix on ARM...
2009-09-23 Holger Hans... http_server.pro: Add missing file
2009-09-23 Holger Hans... painting: Use QApplication::syncX at the end of painting..
2009-09-22 Holger Hans... loading_standalone: Put the date parsing under trial
2009-09-22 Holger Hans... http_server: Plug leak in the error case...
2009-09-22 Holger Hans... loading_standalone: Have a simple benchmark for QByteAr...
2009-09-22 Holger Hans... loading_standalone: Use a new QNetwork method...
2009-09-22 Holger Hans... loading_standalone: Add latency and download time measu...
2009-09-21 Holger Hans... loading_standalone: Turn the loading into a QBENCHMARK
2009-09-21 Holger Hans... loading_standalone: Mention the leaks...
2009-09-21 Holger Hans... loading_standalone: Minor cleanup...
2009-09-20 Holger Hans... loading_standalone: Isolated test for loading wikipedia
2009-09-18 Holger Hans... mirror: Generate cookies... only works with a recent 4.6
2009-09-18 Holger Hans... WIP
2009-09-18 Holger Hans... mirror: Update the google news entry with a working one
2009-09-18 Holger Hans... mirror: Remove some debugging warnings again
2009-09-18 Holger Hans... mirror/http_server: Generate the header in the mirror...
2009-09-17 Holger Hans... mirror: Do not properly destruct objects...
2009-09-16 Holger Hans... memusagestat: Give the graph a grey background...
2009-09-15 Holger Hans... memusagestat: make it compile
2009-09-15 Holger Hans... memusagestat: Add glibc's memusagestat.c
2009-09-15 Holger Hans... scrolling: Show the QWidget to make sure paint events...
2009-09-15 Holger Hans... scrolling: Scroll in the backward direction as well
2009-09-15 Holger Hans... scrolling: Add benchmark to scroll as fast as possible
2009-09-15 Holger Hans... mirror: Rewrite the create_hosts script...
2009-09-15 Holger Hans... benchmarks: Add common file to add benchmark data...
2009-09-14 Holger Hans... mirror: Add help screen
2009-09-14 Holger Hans... mirror: add option to be visible
2009-09-13 Holger Hans... mirror/http: Store URL in encoded form..
2009-09-13 Holger Hans... http_server: Search for URL without fragment and query
2009-09-13 Holger Hans... mirror: Strip fragments and query from the url
2009-09-13 Holger Hans... mirror: Refactor storing of the data
2009-09-13 Holger Hans... mirror: Add the -k option to keep running, refactor...
2009-09-13 Holger Hans... mirror: Spelling fix...
2009-09-13 Holger Hans... http_server: Wait for being disconnected before destroy...
2009-09-13 Holger Hans... mirror: Replace the "observer" with a "proxy"
2009-09-10 Holger Hans... mirror: Fix the do_mirror.sh script to pass the argumen...
2009-09-10 Holger Hans... http-server: Use QSql database prepare as well..
2009-09-10 Holger Hans... mirror: DB code fixes... use QSqlQuery::prepare, only...
2009-09-10 Holger Hans... Implement a cookie jar...
2009-09-10 Holger Hans... Pass on arguments to the mirror application
2009-09-10 Holger Hans... Some more from the top 50 of alexa.com... and some...
2009-09-10 Holger Hans... mirror: Add more websites... some more from the top...
2009-09-10 Holger Hans... Fixes for wget... wget is only http 1.0
2009-08-07 Holger Hans... http_server: Replace the python webserver with a Qt one
2009-08-06 Holger Hans... http_server: Handle the response code we get
2009-08-06 Holger Hans... mirror: Wait for everything to be loaded before exiting
2009-08-06 Holger Hans... mirror: Update some sitrs...
2009-08-06 Holger Hans... mirror: Do not use app::quit as this will make flash...
2009-08-06 Holger Hans... mirror: Fix storing the data...
2009-08-06 Holger Hans... mirror: Fix compile
2009-08-06 Holger Hans... Explain what these tools are for.
2009-08-06 Holger Hans... benchmarks.pro: Add the launcher test to the list
2009-08-06 Holger Hans... http_server: Do not advertise gzip encoding when not...
2009-08-06 Holger Hans... painting: Remove the scrolling for now
2009-08-06 Holger Hans... mirror: Save the response as well as we need that infor...
2009-08-06 Holger Hans... launcher: Add a simple launcher app to open pages
2009-08-06 Holger Hans... hosts: List entries for /etc/hosts from a database
2009-08-06 Holger Hans... Add a http server to serve the static content.
2009-08-05 Holger Hans... mirror: Add a simple mirroring application
2009-08-05 Holger Hans... robustness: Be able to set a start page
2009-08-05 Holger Hans... Add a bunch of performance/reliable tests for QtWebKit