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
/
utils
/
utils.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
create netsurf inttypes header to have portable integer formatting macros
Vincent Sanders
2017-01-21
1
-22
/
+3
*
rationalise use of utils/utils.h header
Vincent Sanders
2017-01-19
1
-8
/
+0
*
remove unused warn_user API
Vincent Sanders
2016-05-02
1
-12
/
+0
*
use the miscellaneous table warning entry
Vincent Sanders
2016-04-25
1
-2
/
+10
*
for strtof to be redefined on haiku stdlib must be included beforehand
Vincent Sanders
2016-04-21
1
-0
/
+1
*
Split utils header into string functions and everything else
Vincent Sanders
2016-04-21
1
-85
/
+0
*
remove unused wallclock API
Vincent Sanders
2016-04-21
1
-10
/
+0
*
cleanup unneeded includes in utils.h after API simplification
Vincent Sanders
2016-04-20
1
-4
/
+1
*
move remove underscores utility to alongside the single gtk call site
Vincent Sanders
2016-04-20
1
-9
/
+0
*
move regex helper to be with teh single remaining call site
Vincent Sanders
2016-04-20
1
-8
/
+0
*
move dir_sort_alpha function from generic utils to one specific place it is used
Vincent Sanders
2016-04-19
1
-11
/
+0
*
move time function to apropriate header
Vincent Sanders
2016-04-19
1
-8
/
+0
*
move sys/time.h support functionality out of generic header
Vincent Sanders
2016-04-19
1
-27
/
+0
*
Fix size_t printf formatting
Vincent Sanders
2016-03-17
1
-3
/
+13
*
Fix BeOS build
Adrien Destugues
2015-10-12
1
-0
/
+2
*
Doxygen fixes
Vincent Sanders
2014-11-09
1
-6
/
+9
*
remove unecessary utils/types.h
Vincent Sanders
2014-11-02
1
-0
/
+6
*
Clean up saving as PDF
Vincent Sanders
2014-10-26
1
-1
/
+0
*
remove the die API from the core.
Vincent Sanders
2014-10-26
1
-1
/
+0
*
make regex wrapper return errors instead of just aborting
Vincent Sanders
2014-10-25
1
-1
/
+1
*
annotate die() as not returning
Vincent Sanders
2014-05-28
1
-1
/
+1
*
cleanup utils header, remove cruft and add documentation
Vincent Sanders
2014-05-11
1
-41
/
+73
*
add string utility to join strings
Vincent Sanders
2014-05-07
1
-0
/
+46
*
use compatability macro for mkdir
Vincent Sanders
2014-04-28
1
-6
/
+3
*
cleanup copyright headers and some doc comments
Vincent Sanders
2014-01-16
1
-5
/
+0
*
move 401 login into operation table
Vincent Sanders
2014-01-16
1
-1
/
+3
*
move filename_from_path and path_add_part into gui operation tables
Vincent Sanders
2014-01-16
1
-2
/
+1
*
Update for new lpu API.
Michael Drake
2013-12-14
1
-11
/
+0
*
Sort non zero-padded numerical filename parts correctly.
Michael Drake
2013-11-14
1
-0
/
+14
*
Remove code that hasn't been used since 2004.
John-Mark Bell
2013-01-12
1
-1
/
+0
*
alter file fetcher to use mmap where available
Vincent Sanders
2012-08-13
1
-0
/
+12
*
Reworked r13532 in a cleaner way. The FLEX_ARRAY_LEN_DECL macro from utils.h ...
François Revel
2012-03-19
1
-0
/
+6
*
Move timeval_subtract to utils/log.c & make it static, as it's not used anywh...
John Mark Bell
2011-10-15
1
-1
/
+0
*
make nsurl__create_from_section correctly escape characters as per RFC3986
Vincent Sanders
2011-10-04
1
-0
/
+10
*
Stop win32 frontend using 100% cpu time when idle
Vincent Sanders
2011-02-08
1
-0
/
+25
*
Atari frontend (credit: Ole Loots)
John Mark Bell
2011-01-05
1
-0
/
+8
*
Fix windows url bar
Vincent Sanders
2010-10-17
1
-0
/
+2
*
Add a fallback for PRId64 as it's not defined on BeOS. It's only valid for 32...
François Revel
2010-08-02
1
-0
/
+4
*
Fix inventory file leafname.
Michael Drake
2010-07-09
1
-1
/
+1
*
Replace unnecessarily complicated path concatenation with something simpler and
Chris Young
2010-07-09
1
-0
/
+1
*
Consolidate several 'myrealloc' functions into ns_realloc, rename one which *...
Daniel Silverstone
2010-04-30
1
-0
/
+12
*
Move code which extracts the filename from a given path into frontend.
Chris Young
2010-03-21
1
-1
/
+1
*
Add Windows frontend
Vincent Sanders
2010-01-31
1
-0
/
+5
*
Merge branches/MarkieB/gtkmain to trunk.
John Mark Bell
2009-12-17
1
-0
/
+1
*
Merge LibCSS port to trunk.
John Mark Bell
2009-07-23
1
-4
/
+0
*
OpenBSD 4.4 compilation fixes. Does not deal with lack of -Wextra or -Wstric...
Rob Kendrick
2009-03-02
1
-2
/
+2
*
Second merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/n...
John Tytgat
2008-08-14
1
-0
/
+1
*
BeOS doesn't have strtof and PRIxPTR.
François Revel
2008-08-13
1
-0
/
+7
*
Make nsgtk compile on Mac OS X.
John Mark Bell
2008-08-11
1
-1
/
+2
*
Really fix warnings.
John Mark Bell
2008-08-11
1
-1
/
+1
[next]