.. |
http
|
split sources lists out to their subdirectories as first step towards using core buildsystem
|
2013-03-11 17:53:52 +00:00 |
Makefile
|
build new options code and remove old
|
2013-05-28 14:16:11 +01:00 |
base64.c
|
Initial attempt at implementing data: URLs. Needs cleaning and verifying that I'm using the fetcher API correctly. Appears to work, though.
|
2008-03-05 14:21:29 +00:00 |
base64.h
|
Initial attempt at implementing data: URLs. Needs cleaning and verifying that I'm using the fetcher API correctly. Appears to work, though.
|
2008-03-05 14:21:29 +00:00 |
bloom.c
|
Better bit and byte selection
|
2013-05-16 17:24:05 +01:00 |
bloom.h
|
Painfully trivial bloom filter implementation to experiment with optimising urldb lookups
|
2013-05-16 17:15:29 +01:00 |
config.h
|
Update the BeOS/Haiku port
|
2012-11-24 21:39:40 +01:00 |
container.c
|
Use S_IRWXU where appropriate
|
2012-02-10 20:02:13 +00:00 |
container.h
|
Merge branches/MarkieB/gtkmain to trunk.
|
2009-12-17 23:55:02 +00:00 |
corestrings.c
|
refactor stylesheet handling to separate object from within html rendering
|
2013-02-24 16:08:37 +00:00 |
corestrings.h
|
refactor stylesheet handling to separate object from within html rendering
|
2013-02-24 16:08:37 +00:00 |
errors.h
|
browser_window_navigate refactor
|
2013-02-18 11:23:27 +00:00 |
fetch-transifex.pl
|
ensure downloaded files are not interpreted
|
2013-05-22 19:12:26 +01:00 |
filename.c
|
Remove unused include.
|
2011-01-09 21:39:49 +00:00 |
filename.h
|
Remove unused function filename_as_url().
|
2008-06-14 23:24:11 +00:00 |
filepath.c
|
make filepath_findfile() rely on realpath allocating the output buffer.
|
2013-05-04 16:42:00 +01:00 |
filepath.h
|
doxygen serious warning cleanup
|
2012-07-24 16:19:49 +01:00 |
git-testament.pl
|
If you pass CI_BUILD=xxx to make, it will build a CI #xxx into the version string and also mention it in the testament
|
2012-10-06 18:12:57 +01:00 |
hashtable.c
|
Fix over-allocation of space for hash table chain heads.
|
2013-02-22 22:33:36 +00:00 |
hashtable.h
|
- Compiler warning squash
|
2008-07-26 22:29:15 +00:00 |
http.h
|
Refactor http utilities
|
2011-07-08 08:38:17 +00:00 |
import-messages.pl
|
Add new translation entries to the master file when importing
|
2013-05-07 22:20:11 +01:00 |
jenkins-build.sh
|
make js library selection target dependant
|
2013-09-03 16:07:57 +01:00 |
libdom.c
|
Make dom node children iterator return nserror.
|
2013-08-16 08:25:24 +01:00 |
libdom.h
|
Make dom node children iterator return nserror.
|
2013-08-16 08:25:24 +01:00 |
locale.c
|
The core code has always assumed a locale of "C".
|
2008-05-13 14:37:44 +00:00 |
locale.h
|
The core code has always assumed a locale of "C".
|
2008-05-13 14:37:44 +00:00 |
log.c
|
move the logging initialisation out to be call by frontends
|
2013-05-23 11:50:57 +01:00 |
log.h
|
reduce call overhead on log messages
|
2012-11-05 15:49:23 +00:00 |
memanalyze.pl
|
[project @ 2004-07-28 22:35:02 by bursa]
|
2004-07-28 22:35:02 +00:00 |
merge-messages.lua
|
Fix message merging script's manipulation patterns to mean we don't need any code changes on the C side.
|
2012-03-25 10:25:15 +00:00 |
messages.c
|
add message retrival of error codes ensuring there are messages for all codes
|
2012-11-26 17:32:57 +00:00 |
messages.h
|
add message retrival of error codes ensuring there are messages for all codes
|
2012-11-26 17:32:57 +00:00 |
nsoption.c
|
add finalisation to options and document the API better
|
2013-06-01 16:09:39 +01:00 |
nsoption.h
|
add finalisation to options and document the API better
|
2013-06-01 16:09:39 +01:00 |
nsurl.c
|
Add function to get a nsurl's hash value.
|
2013-05-17 12:25:04 +01:00 |
nsurl.h
|
Add function to get a nsurl's hash value.
|
2013-05-17 12:25:04 +01:00 |
ring.h
|
lwc version of ring function.
|
2011-09-29 15:32:39 +00:00 |
schedule.h
|
Move schedule.h to utils/
|
2011-03-13 22:50:54 +00:00 |
split-messages.pl
|
Improvements to generated output
|
2013-05-02 23:08:18 +01:00 |
talloc.c
|
Explicitly cast unused results to void
|
2011-02-01 21:50:34 +00:00 |
talloc.h
|
Update to last LGPL2+ version of talloc.
|
2008-07-07 17:41:29 +00:00 |
types.h
|
Include stdbool.h.
|
2013-05-31 10:02:27 +01:00 |
url.c
|
Make url_{get|reform|destroy}_components static.
|
2012-10-11 20:12:06 +01:00 |
url.h
|
Make url_{get|reform|destroy}_components static.
|
2012-10-11 20:12:06 +01:00 |
useragent.c
|
Remove architecture from UA string.
|
2013-01-14 13:59:07 +00:00 |
useragent.h
|
Update all source code file headers to reflect GPL version 2 only and contain appropriate licence text
|
2007-08-08 16:16:03 +00:00 |
utf8.c
|
Tidy up cached descriptor usage and ensure "shrink-wrap" realloc call only ever has to shrink.
|
2013-05-15 23:30:01 +01:00 |
utf8.h
|
Add function to get the byte length of n characters in a utf8 string.
|
2013-03-17 22:01:42 +00:00 |
utils.c
|
cleanup tree_create_leaf_node text ownership
|
2013-05-04 09:49:11 +01:00 |
utils.h
|
Remove code that hasn't been used since 2004.
|
2013-01-12 02:35:09 +00:00 |
utsname.h
|
Add Windows frontend
|
2010-01-31 00:36:02 +00:00 |
valgrind.supp
|
Valgrind suppressions file
|
2010-02-11 00:23:59 +00:00 |
warning-blame.sh
|
Update to use new build system.
|
2008-03-19 17:26:22 +00:00 |