about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* abstract fork and execMarco Peereboom2012-01-314-60/+14
|
* Fix compilation-problems on linux (FS#235)Elias Norberg2012-01-301-1/+1
|
* Fix problem with hinting introduced by e1e31b4eElias Norberg2012-01-301-1/+1
|
* add extern to blocked cookiesMarco Peereboom2012-01-291-1/+1
|
* make gnutls play nice with file descriptors, fixes windows gnutls errorsMarco Peereboom2012-01-281-0/+19
|
* remove unused variableMarco Peereboom2012-01-281-2/+2
|
* comment out user_agent, bad elias for adding them enabled\!Marco Peereboom2012-01-281-5/+5
|
* fix dowloads + unlink in download manager on windowsMarco Peereboom2012-01-272-1/+14
|
* make debug work and lose ARGV_TYPE now that we use mingw64Marco Peereboom2012-01-272-11/+4
|
* Add a "remove all" button on the cookiejar page.vext012012-01-254-14/+56
| | | | | | | | | Add "cookie purge" command (removes all). Update manual to mention "cookie purge". Make the cookiejar page look more consistent. Update copyright on files I have touched. OK marco
* windows and unix have different argv definitionsMarco Peereboom2012-01-251-2/+9
|
* I put PS in the wrong file, so move it so that stuff compiles againMarco Peereboom2012-01-252-5/+7
|
* shut windows upMarco Peereboom2012-01-251-0/+2
|
* also fixup PS over hereMarco Peereboom2012-01-247-16/+16
|
* many more path separatorsMarco Peereboom2012-01-241-18/+18
|
* add a path delimiter so that we can make this work on windowsMarco Peereboom2012-01-241-15/+19
|
* windows can edn up with dp == NULLMarco Peereboom2012-01-241-1/+1
|
* use inttypes nonsense to make this compile on windowsMarco Peereboom2012-01-242-3/+6
|
* mkdir only takes one arg on windowsMarco Peereboom2012-01-241-0/+4
|
* windows only has regular filesMarco Peereboom2012-01-241-1/+7
|
* shuffle variables around to please XT_RESOURCE_LIMITS_DISABLEMarco Peereboom2012-01-241-6/+11
|
* convert long long to int to shut mingw upMarco Peereboom2012-01-241-2/+2
|
* replace gnutls_strerror_name with a dummy string when the version is too oldMarco Peereboom2012-01-241-0/+4
|
* wrap socket code in #if for windows portabilityMarco Peereboom2012-01-231-4/+8
|
* compile with gnutls 2.4Marco Peereboom2012-01-231-0/+2
|
* fixup <> includesMarco Peereboom2012-01-231-1/+1
|
* include using <> instead of ; this will have falloutMarco Peereboom2012-01-239-9/+9
|
* remove need for clens here by playing tricks with include paths, help from davecMarco Peereboom2012-01-234-7/+3
|
* add clens here for windows compilesMarco Peereboom2012-01-231-0/+4
|
* add tree to default caseMarco Peereboom2012-01-231-0/+2
|
* make resource limits use a #define block tooMarco Peereboom2012-01-232-2/+9
|
* replace enable external editor with enable signalsMarco Peereboom2012-01-233-7/+11
|
* add openbsd section for includesMarco Peereboom2012-01-231-1/+1
|
* move sys/wait.h within #defineMarco Peereboom2012-01-231-1/+4
|
* make external editor a compile time decissionMarco Peereboom2012-01-232-1/+4
|
* fix for problems with cookies starting with '.'Elias Norberg2012-01-181-1/+2
|
* Fix for FS#205 - use same number for hints with same urlElias Norberg2012-01-161-4/+22
|
* add sane defaults for refered based on browser_modeMarco Peereboom2012-01-161-0/+3
|
* Add documentation of referer-settingElias Norberg2012-01-162-0/+12
|
* Fix for FS#86 - Ability to control wheter 'Referer' will be sent or notElias Norberg2012-01-163-0/+107
| | | | | | | | | The setting 'referer' can be one of four different values: 'always' - the default. always send referer 'never' - never send referer 'same-domain' - only send referer if it's the same domain Any other value, that is also a valid URL, will use this custom value as referer. (E.g. you could set it to http://no-referer.com)
* First attempt at FS#74 - add option to wait for confirmation of downloadElias Norberg2012-01-166-22/+203
| | | | | | | | | | | | | | New setting: 'download_mode' - values: start - downloads are automatically started (works like previous) this is the default. ask - before a download is started, the user gets a question. if the answer is yes, the download will start. otherwise it will be added to the downloadmanager, but not started. add - downloads are added to downloadmanager, but not stared. the user must then open the downloadmanager and start the downloads. ok @marco
* style and add a warning if tld-rules can't be foundMarco Peereboom2012-01-161-3/+5
|
* Use a list of TLD's to properly handle multi-part TLD'sElias Norberg2012-01-169-9/+5660
| | | | | The list used is from publicsuffix.org. It gets installed to the resource-directory as 'tld-rules'
* this should work around a crash jy-p sawMarco Peereboom2012-01-121-14/+23
|
* add passthrough mode from: Maroun NAJM <bartender@c0decafe.net>Marco Peereboom2012-01-125-2/+15
|
* add a bit more paranoia to gtk returned stringsmarco2012-01-051-0/+4
|
* Fix qmarks (FS#224)Stevan Andjelkovic2012-01-051-1/+3
| | | | Thanks Andy Valencia (vandys)
* die cvs tag, DIEMarco Peereboom2012-01-041-2/+0
|
* style stuffMarco Peereboom2012-01-041-6/+11
|
* use a #define for buffer sizeMarco Peereboom2012-01-042-7/+8
| | | | | Make buffer size 64k instead of 1k to minimize churn. Also move a variable to where $DEITY intended it.