index
:
xombrero
this commit
master
minimalist web browser
Aoi Koizumi <novaburst@kalli.st>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
xombrero.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Be sure not to malloc nothing
Josh Rickmar
2013-06-25
1
-0
/
+4
*
Many errors fixed, found by clang static analyzer.
Josh Rickmar
2013-06-20
1
-16
/
+20
*
fix build on NetBSD. From Arnaud Degroote
David Hill
2013-06-16
1
-11
/
+12
*
Close tab when press+releasing X, not just press down
Josh Rickmar
2013-06-14
1
-8
/
+4
*
support :favadd [title]
David Hill
2013-06-13
1
-2
/
+2
*
add myself to copyright
David Hill
2013-06-12
1
-0
/
+1
*
Fix runtime set so it actually sets something
Josh Rickmar
2013-06-10
1
-3
/
+1
*
add a new config option js_auto_open_windows = 0|1, default being 1.
David Hill
2013-06-08
1
-3
/
+3
*
make sure an invalid proxy cannot be used.
David Hill
2013-06-07
1
-5
/
+9
*
Make string copies for basename calls
Josh Rickmar
2013-06-06
1
-3
/
+14
*
Unbreak GTK2
Josh Rickmar
2013-06-06
1
-1
/
+1
*
Don't color bar when warning of cached cert mismatch
Josh Rickmar
2013-06-06
1
-2
/
+2
*
Fix loads of memory issues
Josh Rickmar
2013-06-06
1
-113
/
+160
*
cleanup cert handling
David Hill
2013-06-05
1
-18
/
+43
*
Code cleanup and clearer var names
Josh Rickmar
2013-06-05
1
-16
/
+14
*
Allow saving certs from :cert show page
Josh Rickmar
2013-06-05
1
-3
/
+13
*
Use homepage for HTTPS GET request
Josh Rickmar
2013-06-03
1
-1
/
+16
*
Kill GTK 3.8 size warning
Josh Rickmar
2013-05-14
1
-9
/
+10
*
add new configuration option 'enable_cache'
David Hill
2013-05-14
1
-0
/
+6
*
gtk_widget_modify_font is deprecated. Use gtk_widget_override_font if using ...
David Hill
2013-05-13
1
-5
/
+5
*
add urlmod plus and min
Marco Peereboom
2013-01-02
1
-0
/
+90
*
KNF
Josh Rickmar
2013-05-14
1
-5
/
+7
*
Remove threading
Josh Rickmar
2013-05-14
1
-145
/
+3
*
Use libsoup exclusively for retrieving remote certs
Josh Rickmar
2013-05-14
1
-484
/
+179
*
Don't allow freeing NULL in open_tabs()
Josh Rickmar
2013-05-01
1
-13
/
+13
*
plug memleak on gnutls_x509_crt_list_import failure
David Hill
2013-04-20
1
-0
/
+1
*
plug memleak in get_local_cert_chain
David Hill
2013-04-20
1
-0
/
+1
*
Add osx build support (using macports).
John C. Vernaleo
2013-04-19
1
-0
/
+4
*
fix icon apearing when http_proxy is set
Marco Peereboom
2012-11-28
1
-3
/
+3
*
add tor icon toggle for proxy
Marco Peereboom
2012-11-28
1
-4
/
+18
*
Add a button to the toolbar to toggle the proxy
Josh Rickmar
2012-11-28
1
-0
/
+29
*
Initialize cookie whitelist. Fixes FS388.
Josh Rickmar
2012-10-30
1
-0
/
+1
*
Fix for FS387
Josh Rickmar
2012-10-28
1
-8
/
+18
*
Fix for FS273
Josh Rickmar
2012-10-28
1
-22
/
+28
*
Make all new tabs open in new windows in tabless mode
Josh Rickmar
2012-08-29
1
-1
/
+13
*
Implement header changes as requested by jy-p
Josh Rickmar
2012-10-10
1
-57
/
+57
*
Add regex support to whitelists
Josh Rickmar
2012-09-18
1
-35
/
+28
*
Make custom URI handling work again
Josh Rickmar
2012-08-31
1
-7
/
+7
*
Stop crash with old libsoups, kill warning with never ones
Josh Rickmar
2012-08-31
1
-0
/
+2
*
Fix back/forward handling with about pages.
Josh Rickmar
2012-08-29
1
-2
/
+4
*
Fix issues with marco's back/forward list hack
Josh Rickmar
2012-08-28
1
-17
/
+37
*
Backout the recent back/forward list changes
Josh Rickmar
2012-08-28
1
-19
/
+127
*
Fix cert checking thread to make sure t is always still valid
Josh Rickmar
2012-08-24
1
-8
/
+4
*
Specify action for the policy when returning TRUE from npd cb
Josh Rickmar
2012-08-24
1
-2
/
+7
*
Fix the build when using some older glib and gtk versions
Josh Rickmar
2012-08-24
1
-0
/
+2
*
Make the arrow menu work again
Josh Rickmar
2012-08-23
1
-5
/
+5
*
Marco wants new tabs only when middle-clicking (or ctrl-click)
Josh Rickmar
2012-08-23
1
-8
/
+2
*
Fix the logic for following links and opening new tabs.
Josh Rickmar
2012-08-23
1
-3
/
+7
*
Only allow loading of whitelisted valid uri types
Josh Rickmar
2012-08-23
1
-0
/
+6
*
Remove some deprecated signals
Josh Rickmar
2012-08-22
1
-14
/
+12
[next]