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
vince/fltk
vince/gtk-tab-restyle
vince/pdf
vince/tools
vince/webp
NetSurf Browser
NetSurf Browser Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
content
/
fetchers
/
data.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use coccinelle to change logging macro calls in c files
Vincent Sanders
2017-09-06
1
-6
/
+11
*
create netsurf inttypes header to have portable integer formatting macros
Vincent Sanders
2017-01-21
1
-0
/
+1
*
fix unecessary base64 header include
Vincent Sanders
2016-11-19
1
-1
/
+1
*
Remove internal BASE64 in favour of nsutils' one
Daniel Silverstone
2016-11-19
1
-3
/
+6
*
URL unescape: return the new length to the caller.
Michael Drake
2016-07-24
1
-3
/
+2
*
Data URL handling: Use url_unescape rather than curl.
Michael Drake
2016-07-24
1
-13
/
+10
*
Whitespace: Convert spaces to tab for indent.
Michael Drake
2016-07-24
1
-3
/
+3
*
Split utils header into string functions and everything else
Vincent Sanders
2016-04-21
1
-15
/
+11
*
Fix size_t printf formatting
Vincent Sanders
2016-03-17
1
-3
/
+4
*
Change LOG() macro to be varadic
Vincent Sanders
2015-05-28
1
-6
/
+5
*
Improve data scheme fetcher allocation
Vincent Sanders
2014-11-17
1
-10
/
+8
*
split version info into its own header and remove unnecessary nesurf.h includes
Vincent Sanders
2014-10-13
1
-1
/
+0
*
clean up the fetcher factory and improve its API
Vincent Sanders
2014-06-19
1
-11
/
+14
*
remove unecessary utils/url.h includes
Vincent Sanders
2014-05-09
1
-1
/
+0
*
Use corestrings for "about", "data", and "resource".
Michael Drake
2014-01-24
1
-6
/
+2
*
move options include
Vincent Sanders
2013-05-28
1
-1
/
+1
*
Downgrade TLS version support if it turns out the server can't cope with TLSv...
John-Mark Bell
2013-01-04
1
-1
/
+1
*
fix windows build format specifiers
Vincent Sanders
2012-08-12
1
-1
/
+1
*
limit url debug output to 140 characters
Vincent Sanders
2012-07-03
1
-1
/
+1
*
return;
John Mark Bell
2011-11-27
1
-0
/
+6
*
Clean up fetch callback API. Inject some long-needed type safety.
John Mark Bell
2011-11-08
1
-30
/
+41
*
Use malloc, memcpy instead of strdup since we have the length.
Michael Drake
2011-10-08
1
-2
/
+3
*
Convert fetchers to nsurl.
Michael Drake
2011-09-29
1
-2
/
+3
*
Fetchers register with an lwc_string, rather than a string.
Michael Drake
2011-09-26
1
-6
/
+15
*
Fix backend fetcher poll loops
John Mark Bell
2011-02-23
1
-10
/
+17
*
add about: fetcher
Vincent Sanders
2011-02-15
1
-0
/
+310