summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Redo r13857 differently, to avoid issues with non-unixish shells.François Revel2012-04-121-2/+4
* Make sure we use the default locale before parsing output of a localized prog...François Revel2012-04-121-2/+2
* Add a perl script for splitting out messages files againRob Kendrick2012-03-251-0/+23
* Fix message merging script's manipulation patterns to mean we don't need any ...Rob Kendrick2012-03-251-4/+4
* Script to merge messages files. More tag manipulation patterns needed.Rob Kendrick2012-03-251-0/+83
* Reworked r13532 in a cleaner way. The FLEX_ARRAY_LEN_DECL macro from utils.h ...François Revel2012-03-192-5/+7
* Workaround use of C99 flex array. gcc2 did not support it, only 0-len arrays....François Revel2012-03-191-1/+5
* fix incorrect type in message loadingVincent Sanders2012-03-141-1/+1
* Use S_IRWXU where appropriateJohn Mark Bell2012-02-101-2/+2
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+3
* Fix const correctnessJohn Mark Bell2011-12-042-4/+4
* Rename nsurl_enquire to nsurl_has_component.Michael Drake2011-11-272-2/+2
* Don't escape '|'.Michael Drake2011-11-231-1/+1
* Fix handling of bad mailto: urls.Michael Drake2011-11-031-13/+71
* Fix empty port separator and redundant port removal when credentials are pres...Michael Drake2011-10-311-2/+2
* Test numbers before calling strncmp.Michael Drake2011-10-311-6/+5
* Make sure port's just 80, before removing in http case.Michael Drake2011-10-311-0/+2
* nsurl optimisation: Remove a load of branches into fewer.Michael Drake2011-10-311-47/+46
* Remove some code that's not needed. Fix redundant port handling.Michael Drake2011-10-311-17/+5
* Don't need to generate string from scratch in nsurl_defragment, just copy.Michael Drake2011-10-311-7/+10
* nsurl optimisation: Don't use separate allocations for nsurl strings.Michael Drake2011-10-311-347/+438
* Function for adding fragment onto nsurl.Michael Drake2011-10-282-1/+79
* Appease ancient Perl installs.John Mark Bell2011-10-241-5/+27
* Use local variables instead of global filehandlesJohn Mark Bell2011-10-171-17/+17
* Don't need to rescan authority if there was no scheme. Bring documentation ba...Michael Drake2011-10-151-18/+20
* Move timeval_subtract to utils/log.c & make it static, as it's not used anywh...John Mark Bell2011-10-153-30/+29
* Fix handling of no schemeJohn Mark Bell2011-10-151-0/+2
* Move nsurl test suite into test/John Mark Bell2011-10-141-175/+7
* Remove unused variable.Michael Drake2011-10-141-5/+0
* Improve bad URL handling.Michael Drake2011-10-141-0/+2
* Fix double inclusion of host/port separator when login credentials are presen...Michael Drake2011-10-131-5/+51
* Add nsurl testing rig.Michael Drake2011-10-111-0/+126
* Set scheme_end marker after advance due to leading whitespace.Michael Drake2011-10-111-1/+1
* Pedantic spacing fix.Michael Drake2011-10-081-1/+1
* Add function to get at url length.Michael Drake2011-10-082-0/+20
* Handle joining to a base with no path.Michael Drake2011-10-071-2/+4
* Remove unused url_normalise() and don't include regex.h.Michael Drake2011-10-062-199/+1
* Only need to cope with trailing whitespace if it exists.Michael Drake2011-10-061-10/+24
* Ensure trailing whitespace is ignored.Michael Drake2011-10-051-0/+9
* Optimise nsurl__is_no_escape.Michael Drake2011-10-051-93/+28
* Make sure the fragment remover sets the nsurl to NULL on failure.Michael Drake2011-10-051-0/+1
* Namespaceing.Michael Drake2011-10-051-11/+13
* Handle % in URL without 2 hex digits after.Michael Drake2011-10-051-2/+8
* Fix upper case hex and return -1 for invalid hex.Michael Drake2011-10-051-7/+11
* make url character checks table driven and remove expensive strchrVincent Sanders2011-10-051-19/+150
* Handle upper case hex.Michael Drake2011-10-051-2/+2
* make nsurl__create_from_section correctly escape characters as per RFC3986Vincent Sanders2011-10-042-9/+34
* Ensure refcounts add upJohn Mark Bell2011-10-031-0/+1
* Remove LOG.Michael Drake2011-10-031-1/+1
* Fix host/path with no scheme.Michael Drake2011-10-031-3/+5