summaryrefslogtreecommitdiff
path: root/libyelp/yelp-uri.c
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated method of doing private structs on gobjectsShaun McCance2020-03-091-43/+40
* trivial: Plug memory leaksUmang Jain2019-03-291-0/+1
* Fix build with GCC 8Michael Catanzaro2018-05-181-1/+1
* Fix a leak of a GFileInfoDavid King2017-06-191-0/+2
* Allow .docbook files as file path, #699995Shaun McCance2016-02-031-2/+3
* libyelp: fix handling of documents using local pathsCarlos Garcia Campos2016-01-141-104/+178
* yelp-uri: Set docuri and fulluri also when resolving a man full pathCarlos Garcia Campos2015-06-221-0/+14
* yelp-uri: Set docuri and fulluri also when resolving an info full pathCarlos Garcia Campos2015-06-221-1/+32
* yelp-view: Implement web extension to load resourcesMarcos Chavarría Teijeiro2015-06-221-1/+0
* yelp-uri: Use 'index' as default page for help: uris when resolving a xrefCarlos Garcia Campos2015-06-221-1/+4
* Fix crash when viewing man pagesDavid King2015-02-161-6/+10
* Fix variable shadowing warningsDavid King2015-02-091-1/+0
* Fix warnings about discarding constDavid King2015-02-091-4/+6
* Fix switch missing default case warningsDavid King2015-02-091-0/+3
* Remove libyelp redundant declarationsDavid King2015-02-091-2/+0
* Remove redundant extra semicolonsDavid King2015-02-091-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Updates for some deprecated thread APIsShaun McCance2013-08-181-2/+3
* Fix handling of xref links with anchors in resolve_file_path()Tails developers2012-11-211-1/+2
* Make the man: uri parser deal with more man page namesMatthias Clasen2012-09-041-1/+1
* Link to full text search when terms is in URI query stringShaun McCance2011-10-211-0/+41
* yelp-uri: Set fulluri correct for xref: in help: URIs, #658023Shaun McCance2011-09-011-0/+7
* Don't use stdout as a variable name.Antoine Jacoutot2011-06-141-7/+7
* Use glib's g_uri_unescape_string instead of our own decode_url.Rupert Swarbrick2011-05-031-61/+1
* Fix off-by-one error.Rupert Swarbrick2011-05-031-1/+1
* yelp-uri: Never let 'search=' be a frag IDShaun McCance2011-02-131-0/+9
* yelp-document: Nicer HTML formatting for search resultsShaun McCance2011-02-111-0/+4
* yelp-mallard-document: Added indexing code for MallardShaun McCance2011-02-101-3/+24
* libyelp: All the hooks in place for search stuffShaun McCance2011-02-081-3/+21
* Mangling man URIs so that bookmarks are somewhat sensibleShaun McCance2011-01-171-4/+10
* Fix silly buffer overflowRupert Swarbrick2011-01-101-3/+3
* Minor style fixes.Rupert Swarbrick2010-12-201-1/+3
* Use the installed man implementation to search for man pages.Rupert Swarbrick2010-12-201-120/+98
* Copy the info program for dealing with INFOPATH.Rupert Swarbrick2010-09-151-3/+19
* Allow special characters in info links.Rupert Swarbrick2010-09-151-0/+72
* [yelp-help-list] Adding list of all (ghelp) documentsShaun McCance2010-08-131-1/+15
* Don't segfault on http:// uri's.Rupert Swarbrick2010-06-101-1/+16
* [yelp-uri] Preserve both page_id and frag_id for file: URIsShaun McCance2010-06-081-1/+3
* [yelp-uri] Use index.docbook for help: URIsShaun McCance2010-06-081-5/+15
* [yelp-uri] Add support for proposed XDG help: URI schemeShaun McCance2010-06-071-48/+125
* [yelp-uri] Recognize Mallard docs by index.page.stub in editor modeShaun McCance2010-06-021-0/+13
* [libyelp/yelp-uri] Initialize variable to NULL to avoid crashShaun McCance2010-05-131-1/+1
* [libyelp] Better handling of plain text documentsShaun McCance2010-05-131-0/+3
* [libyelp] Various fixes for relative links in HTML documentsShaun McCance2010-05-101-8/+25
* [libyelp] Make relative links work for HTML documentsShaun McCance2010-05-101-1/+13
* Fixed some compiler warningsShaun McCance2010-05-061-5/+5
* [libyelp] Adding info documents; still a few problems, but it mostly worksShaun McCance2010-04-261-4/+3
* [yelp-uri] Use '#' to separate page and frag in file URIsShaun McCance2010-03-311-2/+2
* [libyelp/yelp-view] Emit signal on external URIs, handle errors betterShaun McCance2010-03-171-1/+1
* [libyelp/yelp-uri.c] Fixing hashes for xrefs on file URIsShaun McCance2010-03-141-14/+40