about summary refs log tree commit diff stats
path: root/linux
Commit message (Collapse)AuthorAgeFilesLines
* Use a list of TLD's to properly handle multi-part TLD'sElias Norberg2012-01-161-0/+1
| | | | | The list used is from publicsuffix.org. It gets installed to the resource-directory as 'tld-rules'
* Some more fixes for autoscrollStevan Andjelkovic2012-01-041-1/+1
|
* Favicons for compact tab + autoscrollStevan Andjelkovic2012-01-031-2/+2
| | | | | | | | | FS#214 and #144. Thanks to Stefan Bolte (dwb browser) for relicensing his javascript code for autoscroll! ok marco@
* add uninstall target and install icon alreadyMarco Peereboom2011-11-031-0/+19
|
* Add automatic dependency generation for linux.Dave Collins2011-11-031-4/+16
| | | | Also improve the makefile to use dynamic sources and objects.
* one more oops, we need .o not .cMarco Peereboom2011-11-031-1/+1
|
* oops, add missing CFLAGSMarco Peereboom2011-11-031-2/+2
|
* catch upMarco Peereboom2011-11-021-1/+1
|
* catch up on new filesMarco Peereboom2011-11-021-1/+1
|
* make linux and freebsd compile againmarco2011-11-021-1/+1
|
* Add -lgcryptMarco Peereboom2011-10-211-1/+1
| | | | I managed to lose this commit.
* Bring Linux makefile up to current reality.Marco Peereboom2011-10-141-4/+2
|
* add some missing copyrights and tagsMarco Peereboom2011-08-063-2/+18
|
* Clean parent directory as well.Raphael Graf2011-05-211-1/+1
| | | | ok marco@
* quotes from marco, to be added to by !marco. Just the good stuff!Todd Fries2011-03-241-1/+1
|
* remove some dead javascript helpersMarco Peereboom2011-03-021-2/+2
| | | | from Todd Carson <toc@daybefore.net>
* fixup linux and freebsdMarco Peereboom2011-02-261-2/+2
|
* fix linux makefile from reashlin & patricius on the forumMarco Peereboom2011-02-231-2/+2
|
* when undoing delete_tab restore historyMarco Peereboom2011-01-041-1/+1
| | | | from Stevan Andjelkovic <stevan@student.chalmers.se>
* consolidate getpeerid code with linux.Marco Peereboom2010-12-292-0/+39
| | | | | | | fix enable_socket default fix man page from Stevan Andjelkovic <stevan@student.chalmers.se>
* make linux compile againMarco Peereboom2010-12-231-1/+1
|
* Fix linux build. Linux does not have fmt_scaled() or tree.h, so we have copiedEdd Barrett2010-12-163-0/+1014
| | | | | | them over from OpenBSD. OK marco@
* make sure javascript.h gets built. from keenerd <keenerd@gmail.com>Marco Peereboom2010-10-191-1/+1
|
* Make linux compile tooMarco Peereboom2010-08-121-0/+7
|
* add linux supportMarco Peereboom2010-02-243-0/+492
thanks nicm