summaryrefslogtreecommitdiff
path: root/libyelp/yelp-uri.h
Commit message (Collapse)AuthorAgeFilesLines
* Need to include gio.h in yelp-uri.h for GFilecarlosgc/guriShaun McCance2021-07-081-0/+1
| | | | | Should have been doing this since long ago, but I suspect the chain of includes happened to gloss over this omission before.
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
|
* Link to full text search when terms is in URI query stringShaun McCance2011-10-211-0/+2
|
* yelp-mallard-document: Added indexing code for MallardShaun McCance2011-02-101-0/+1
|
* libyelp: All the hooks in place for search stuffShaun McCance2011-02-081-1/+2
|
* [yelp-help-list] Adding list of all (ghelp) documentsShaun McCance2010-08-131-1/+1
|
* Don't segfault on http:// uri's.Rupert Swarbrick2010-06-101-0/+2
| | | | | | | | | This was caused by uri's that came out as YELP_URI_DOCUMENT_TYPE_EXTERNAL getting a document_uri of NULL. Then this got inserted into several hashtables, whose hash function required (non-null) strings. A fix is to use the canonical uri if document_uri is NULL.
* [libyelp] Look up resources (e.g. images) from URI search pathShaun McCance2009-10-211-0/+3
| | | | | | | | Especially for Mallard documents, the files included in a document can be placed anywhere within a search path. With this change, not only can pages come from the search path, but also images or other resources. FIXME: We should make XInclude work on the path as well.
* [libyelp] Changing YelpUri API, document/canonical URIShaun McCance2009-10-101-1/+6
|
* [yelp-uri] Resolve URIs asynchronously, no blocking IOShaun McCance2009-10-061-10/+13
|
* [yelp-uri] Removing priv from public interfaceShaun McCance2009-10-021-4/+2
|
* [yelp-error] Adding error domain and codes for Yelp errorsShaun McCance2009-09-271-0/+3
|
* [libyelp] Fixing various memory issuesShaun McCance2009-09-241-3/+3
|
* Starting libyelpShaun McCance2009-09-061-0/+78