aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Added command line options to cookie_daemon.pyGravatar Mason Larobina2009-08-08
|
* Removed trailing whitespace from cookie_daemon.pyGravatar Mason Larobina2009-08-02
|
* Merge branch 'experimental' into cookie_daemonGravatar Mason Larobina2009-08-02
|\
| * Fix code comment.Gravatar Mason Larobina2009-08-01
| |
| * Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Mason Larobina2009-07-31
| |\
| * | Removed trailing whitespace from uzbl_tabbed.pyGravatar Mason Larobina2009-07-31
| | |
| * | Improvements made to the uzbl_tabbed.py fifo init and fifo cleanup code.Gravatar Mason Larobina2009-07-31
| | |
| | * fix conflictsGravatar Robert Manea2009-07-30
| | |
* | | Merge branch 'experimental' into cookie_daemonGravatar Mason Larobina2009-07-30
|\| |
| * | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Mason Larobina2009-07-30
| |\| | | | | | | | | | | | | Conflicts: uzbl.c
| | * alignmentGravatar Robert Manea2009-07-30
| | |
| | * document custom variables and the update_gui commandGravatar Robert Manea2009-07-29
| | |
| | * removed obsolete commentGravatar Robert Manea2009-07-29
| | |
| | * Added helmut to AUTHORSGravatar Robert Manea2009-07-29
| | |
| | * Merge branch 'robhelmut' of http://gnarfk.homelinux.org/~helmut/uzblGravatar Robert Manea2009-07-29
| | |\
| | | * Merge branch 'helmutexp' into robhelmutGravatar Helmut Grohne2009-07-29
| | | |\
| | | | * Merge branch 'helmut' into helmutexpGravatar Helmut Grohne2009-07-29
| | | | |\
| | | | | * fixed wrong n2v_p local variable conversionGravatar Helmut Grohne2009-07-29
| | | | | |
| | * | | | cast fixesGravatar Robert Manea2009-07-29
| | |/ / /
| | * | | converted further void**ptr usages to unionGravatar Helmut Grohne2009-07-29
| | | | |
| | * | | Merge branch 'helmutexp' into robGravatar Helmut Grohne2009-07-29
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: uzbl.c uzbl.h
| | | * | Merge branch 'helmut' into helmutexpGravatar Helmut Grohne2009-07-29
| | | |\| | | | | | | | | | | | | | | | | | | | | Conflicts: uzbl.c
| | | | * added more /*@null@*/ and const annotationsGravatar Helmut Grohne2009-07-29
| | | | |
| | | | * fixed possible memory leak in find_xdg_fileGravatar Helmut Grohne2009-07-29
| | | | |
| | | | * fixed possible null pointer dereferenceGravatar Helmut Grohne2009-07-29
| | | | |
| | | | * made get_exp_type return an enum as it shouldGravatar Helmut Grohne2009-07-29
| | | | |
| | | | * made global variable n2v_p be localGravatar Helmut Grohne2009-07-29
| | | | |
| | | * | Merge branch 'helmut' into helmutexpGravatar Helmut Grohne2009-07-29
| | | |\| | | | | | | | | | | | | | | | | | | | | Conflicts: uzbl.c
| | | | * fixed strndup -> g_strndup using free -> g_freeGravatar Helmut Grohne2009-07-29
| | | | |
| | | | * made this void **ptr; a union to remove magicGravatar Helmut Grohne2009-07-29
| | | | |
| | | | * added a gsize -> int cast for gccGravatar Helmut Grohne2009-07-29
| | | | |
| | | | * use g_strndup instead of strndupGravatar Helmut Grohne2009-07-29
| | | | |
| | | | * removed useless MAX_BINDINGS macroGravatar Helmut Grohne2009-07-29
| | | | |
| | * | | applied helmut's expand() patchGravatar Robert Manea2009-07-28
| | | | |
| * | | | Added simple command line option parsing to uzbl_tabbed.pyGravatar Mason Larobina2009-07-29
| | | | |
| * | | | Checks uzbl in window mode before setting/getting window geometry.Gravatar Mason Larobina2009-07-28
| | | | |
| | | | * added some splint commentsGravatar Helmut Grohne2009-07-28
| | | | |
| | | | * improved expand functionGravatar Helmut Grohne2009-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * removed unneeded variables * put an end to fixed length buffer ret * fixed a bug where string[-1] could be accessed
| | | | * use EXIT_* macros instead of numerical valuesGravatar Helmut Grohne2009-07-28
| | | | |
| | | | * pass char* as const char * where possibleGravatar Helmut Grohne2009-07-28
| | | | |
* | | | | Close socket after the handle_request function not inside handle_requestGravatar Mason Larobina2009-07-28
| | | | |
* | | | | cookie_daemon.py now deletes abandoned cookie daemon sockets.Gravatar Mason Larobina2009-07-27
| | | | |
* | | | | Also chmod(cookie_jar, 0600) in cookie_daemon.pyGravatar Mason Larobina2009-07-26
| | | | |
| | * | | remove obsolete codeGravatar Robert Manea2009-07-26
| | | | |
* | | | | Fix comment, minor update.Gravatar Mason Larobina2009-07-26
| | | | |
* | | | | Several bug fixes to cookie_daemon.pyGravatar Mason Larobina2009-07-26
| | | | |
* | | | | Verbosify cookie_daemon.pyGravatar Mason Larobina2009-07-26
| | | | |
| | * | | Merge branch 'experimental' of git://github.com/Dieterbe/uzblGravatar Robert Manea2009-07-26
| | |\| |
| | * | | sanity fixGravatar Robert Manea2009-07-26
| | | | |
* | | | | Update docstring.Gravatar Mason Larobina2009-07-26
| | | | |