index
:
netsurf.git
ashmew2/fix-description
ashmew2/netsurf-kolibrios
ashmew2/nskolibrios
chris/debug
chris/fetch-x-ent-ref
chris/http2
chris/ndk32
dsilvers/bindducky
dsilvers/dukky
dsilvers/scrolloffset
glenwalker/bug_0002428
jmb/gtk3hacks
master
mmu_man/docs_env_sh_tweaks
mmu_man/french_pages
mmu_man/xf86keys
mono/atari_treeview_rework
mono/interactive-about_config
mono/removing-windom-dependency
mono/windom-gui
stevef/cconfig
stevef/ibarmenu
svenw/cocoa
tlsa/vince/libjxl
vince/curlapiupdates
vince/fltk
vince/gtk-tab-restyle
vince/gtk4
vince/libjxl
vince/pdf
vince/tools
vince/webp
NetSurf Browser
NetSurf Browser Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fetch relative URIs correctly
chris/fetch-x-ent-ref
Chris Young
2016-08-23
1
-6
/
+18
*
Parse the fetched external entity
Chris Young
2016-08-22
1
-5
/
+29
*
Fetch external entities for libexpat/svg through the proper channels.
Chris Young
2016-08-22
2
-2
/
+55
*
move core window API into netsurf header path
Vincent Sanders
2016-08-18
5
-8
/
+17
*
Call CloseLibrary
Chris Young
2016-08-18
1
-0
/
+1
*
Ensure we don't use a half-opened library if it is optional.
Chris Young
2016-08-18
1
-2
/
+4
*
Fail if the library interface doesn't open.
Chris Young
2016-08-18
1
-0
/
+6
*
Test: Add trailing whitespace and garbage datetime string parse tests.
Michael Drake
2016-08-17
1
-0
/
+12
*
Time: Micro-optimisation: Put GMT first in timezone list.
Michael Drake
2016-08-17
1
-3
/
+5
*
add bmp file format to file fetch types for gtk and framebuffer
Vincent Sanders
2016-08-16
2
-0
/
+3
*
Open a new window instead of a tab if we can't locate the window the tab is s...
Chris Young
2016-08-15
1
-1
/
+9
*
Allow a second-run NetSurf to open passed URL in a new tab rather than a new ...
Chris Young
2016-08-15
3
-6
/
+12
*
add some corestrings API tests and fix corestrings fini.
Vincent Sanders
2016-08-14
3
-1
/
+58
*
add bloom filter test for adding NULL string
Vincent Sanders
2016-08-14
1
-35
/
+76
*
Fix longjmp to invalid address on jpeg init error
Sergei Rogachev
2016-08-14
1
-2
/
+2
*
licence and credits buttons got swapped, fix it
Vincent Sanders
2016-08-14
1
-2
/
+2
*
fix bitmap modification callback calling for bmp image handler
Vincent Sanders
2016-08-14
1
-4
/
+10
*
Merge branch 'tlsa/date'
Michael Drake
2016-08-13
10
-132
/
+1718
|
\
|
*
Buildsystem: Make curl/openssl usage build-time options.
Michael Drake
2016-08-13
4
-10
/
+25
|
*
Tests: Add some basic tests for date string parsing.
Michael Drake
2016-08-13
2
-1
/
+436
|
*
Time: Add date string to time_t parser.
Michael Drake
2016-08-13
1
-3
/
+810
|
*
url: Use ascii module, rather than ctype for locale safetly.
Michael Drake
2016-08-13
1
-1
/
+3
|
*
nsurl: Update to use ascii_* helper functions.
Michael Drake
2016-08-13
1
-112
/
+15
|
*
Utils: Add a set of ASCII string parsing helpers.
Michael Drake
2016-08-13
1
-0
/
+358
|
*
Time: Expose arrays of weekday and month names.
Michael Drake
2016-08-13
1
-6
/
+72
|
/
*
Ensure we are treating LShift/RShift and LAlt/RAlt the same.
Chris Young
2016-08-12
1
-35
/
+24
*
Don't attempt to close a public screen we're not the owner of.
Chris Young
2016-08-11
1
-3
/
+3
*
Fix OS3 build
Chris Young
2016-08-11
1
-1
/
+6
*
OS3-related comments
Chris Young
2016-08-11
1
-1
/
+7
*
Remove excessive scheduler debug
Chris Young
2016-08-11
1
-26
/
+0
*
Don't Abort/WaitIO when we've already removed it from the message queue (thx ...
Chris Young
2016-08-11
1
-4
/
+10
*
Tests: Fix option handling test data.
Michael Drake
2016-08-11
1
-0
/
+1
*
Treeview: Add `treeview_font_size` to options.
Michael Drake
2016-08-11
4
-6
/
+19
*
Missing TAG_DONE (thx capehill)
Chris Young
2016-08-10
2
-1
/
+2
*
Treeview: Rationalise initialisation and finalisation.
Michael Drake
2016-08-10
13
-60
/
+72
*
Use the API for duplicating IORequests
Chris Young
2016-08-10
1
-17
/
+48
*
Always wait for at least some time, as it's ambiguous as to whether a 0.0s ti...
Chris Young
2016-08-10
1
-0
/
+2
*
more debug
Chris Young
2016-08-09
1
-2
/
+3
*
Decouple the scheduler from system time
Chris Young
2016-08-09
1
-69
/
+54
*
add more tests for partial iterator in url database
Vincent Sanders
2016-08-09
1
-3
/
+83
*
ensure url database destructor cleans up correctly
Vincent Sanders
2016-08-09
1
-2
/
+7
*
add more API coverage to url database unit tests
Vincent Sanders
2016-08-09
1
-6
/
+21
*
extend url database unit testing to cover more API
Vincent Sanders
2016-08-09
3
-14
/
+118
*
add cookies tests to url database unit testing
Vincent Sanders
2016-08-09
1
-11
/
+116
*
We don't need ReplyMsg here.
Chris Young
2016-08-09
1
-4
/
+4
*
Scheduler debug logging
Chris Young
2016-08-09
1
-4
/
+11
*
add cookie database load and restore unit test
Vincent Sanders
2016-08-09
2
-3
/
+50
*
extend url database checks to cover authentication detail setter and getter
Vincent Sanders
2016-08-08
1
-2
/
+23
*
add some basic url database iteration tests
Vincent Sanders
2016-08-08
2
-36
/
+80
*
add url databse write output to unit test
Vincent Sanders
2016-08-08
2
-4
/
+19
[next]