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
/
fetch.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hoist the Referer header generation logic up to the low level cache
Vincent Sanders
2021-03-25
1
-49
/
+1
*
move about fetcher into its own directory
Vincent Sanders
2020-09-20
1
-1
/
+1
*
move the file fetcher sources into a single directory
Vincent Sanders
2020-07-03
1
-1
/
+1
*
Fetch: Squash use of uninitialised value in fetch_send_callback()
Michael Drake
2020-03-12
1
-8
/
+1
*
fetch: Bump last_msg rather than always assigning it
Daniel Silverstone
2020-02-24
1
-1
/
+3
*
fetch: When aborting, ensure we note this to not multi-fail
Daniel Silverstone
2020-02-24
1
-0
/
+1
*
fetch: Automatically handle fetches which fail to finish
Daniel Silverstone
2020-02-24
1
-0
/
+16
*
Reimplement handling of BAD_AUTH inside browser_window
Daniel Silverstone
2019-08-06
1
-0
/
+54
*
update fetch debug logging to use catagory
Vincent Sanders
2017-09-06
1
-40
/
+40
*
Use coccinelle to change logging macro calls in c files
Vincent Sanders
2017-09-06
1
-5
/
+10
*
clean up some of the doxygen generation warnings
Vincent Sanders
2017-02-19
1
-2
/
+2
*
remove unused fetch acessor
Vincent Sanders
2017-01-31
1
-7
/
+0
*
rationalise use of utils/utils.h header
Vincent Sanders
2017-01-19
1
-1
/
+0
*
Buildsystem: Make curl/openssl usage build-time options.
Michael Drake
2016-08-13
1
-0
/
+2
*
Move fetcher_fdset to fetch.h (and rename to fetch_fdset). Maybe not ideal bu...
Daniel Silverstone
2016-06-27
1
-2
/
+3
*
Refactor the fdset acquisition into the fetchers to stop fetch.c including cu...
Daniel Silverstone
2016-06-27
1
-9
/
+14
*
move misc header into public API
Vincent Sanders
2016-05-30
1
-1
/
+1
*
Split utils header into string functions and everything else
Vincent Sanders
2016-04-21
1
-0
/
+1
*
complete the rename of the gui browser table
Vincent Sanders
2016-04-16
1
-3
/
+3
*
remove reliance on GLib from monkey frontend
Vincent Sanders
2016-02-12
1
-1
/
+1
*
Fix error reporting from fetch_start
Vincent Sanders
2015-06-24
1
-6
/
+12
*
fixup all the remaining logging macro callsites
Vincent Sanders
2015-05-28
1
-21
/
+21
*
Change LOG() macro to be varadic
Vincent Sanders
2015-05-28
1
-7
/
+5
*
Doxygen cleanups and documentation additions
Vincent Sanders
2014-11-10
1
-1
/
+2
*
update fetcher registration API to return an error code.
Vincent Sanders
2014-10-25
1
-7
/
+29
*
Update the core to use the split operations table headers
Vincent Sanders
2014-10-16
1
-1
/
+2
*
split version info into its own header and remove unnecessary nesurf.h includes
Vincent Sanders
2014-10-13
1
-1
/
+0
*
fixup haiku rsrc fetcher initialisation
Vincent Sanders
2014-09-05
1
-1
/
+1
*
add incomplete scheme fetcher for javascript urls
Vincent Sanders
2014-08-25
1
-0
/
+2
*
fix leak on error path (coverity 1224429)
Vincent Sanders
2014-07-08
1
-0
/
+1
*
turn off verbose fetch debugging
Vincent Sanders
2014-07-02
1
-6
/
+16
*
fix dumb error in previous commit and get scheme name element correct
Vincent Sanders
2014-07-02
1
-3
/
+3
*
fix unhelpful assert at quit
Vincent Sanders
2014-07-02
1
-3
/
+22
*
convert all frontends to scheduled fetch operation
Vincent Sanders
2014-06-26
1
-0
/
+1
*
make fetchers scheduled
Vincent Sanders
2014-06-26
1
-77
/
+140
*
clean up the fetcher factory and improve its API
Vincent Sanders
2014-06-19
1
-159
/
+154
*
Use corestrings for fetch module's lwc strings.
Michael Drake
2014-01-24
1
-23
/
+3
*
remove forward refs from content/fetch.c and cleanup doc comments
Vincent Sanders
2014-01-19
1
-262
/
+200
*
Support cloning rawfile data
Daniel Silverstone
2014-01-04
1
-0
/
+15
*
Add a bunch of logging to try and help track down the issue with rawfile hand...
Daniel Silverstone
2014-01-04
1
-1
/
+3
*
In theory, store raw filenames and pass them through for file upload. Untest...
Daniel Silverstone
2014-01-04
1
-0
/
+2
*
Pedantic wrap fix.
Michael Drake
2013-10-23
1
-3
/
+6
*
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
-3
/
+5
*
Cleanup.
Michael Drake
2012-10-11
1
-8
/
+4
*
Port to new urldb.
Michael Drake
2012-10-08
1
-3
/
+2
*
check all return values of string comparisons
Vincent Sanders
2012-08-09
1
-7
/
+12
*
NetSurf options rework (a=vince r=daniels,jmb)
Vincent Sanders
2012-03-22
1
-3
/
+3
*
return;
John Mark Bell
2011-11-27
1
-5
/
+7
*
Clean up fetch callback API. Inject some long-needed type safety.
John Mark Bell
2011-11-08
1
-5
/
+2
[next]