summaryrefslogtreecommitdiff
path: root/libyelp/yelp-transform.c
Commit message (Collapse)AuthorAgeFilesLines
* Make search results go thru XSLT tooShaun McCance2021-07-291-0/+8
| | | | | One step color to removing color computation and complex HTML formatting from C.
* Remove deprecated method of doing private structs on gobjectsShaun McCance2020-03-091-21/+22
|
* trivial: Plug memory leaksUmang Jain2019-03-291-0/+1
|
* Swap the if() checks to avoid possible null pointer dereferenceTomas Popela2019-01-211-2/+2
| | | | | yelp-3.28.1/libyelp/yelp-transform.c:501: deref_ptr: Directly dereferencing pointer "ctxt". yelp-3.28.1/libyelp/yelp-transform.c:504: check_after_deref: Null-checking "ctxt" suggests that it may be null, but it has already been dereferenced on all paths leading to the check.
* Fix build with GCC 8Michael Catanzaro2018-05-181-1/+1
| | | | | | Yelp enables -Werror by default, so it's responsible for predicting and fixing future compiler warnings that only an oracle could know about. In this case, that turned out to be -Werror=cast-function-type.
* Don’t translate propertiesPiotr Drąg2017-06-201-2/+2
| | | | | | They are not user-visible. https://bugzilla.gnome.org/show_bug.cgi?id=757496
* Remove unused function declarationsDavid King2015-02-091-3/+0
|
* Avoid warnings from mixing declarations and codeDavid King2015-02-091-2/+2
|
* Fix unused variable warningsDavid King2015-02-091-1/+0
|
* Remove libyelp redundant declarationsDavid King2015-02-091-2/+0
|
* Remove redundant extra semicolonsDavid King2015-02-091-1/+1
|
* Use g_async_queue_new_full instead of manually freeingPaolo Borelli2015-01-281-4/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=737528
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
|
* Updates for some deprecated thread APIsShaun McCance2013-08-181-22/+23
|
* [yelp-docbook-document] Adding DocBook support into libyelpShaun McCance2009-11-151-19/+33
|
* [yelp-transform] Clean API a bit, put IO and errors in the threadShaun McCance2009-11-121-62/+139
|
* [libyelp] Various race conditions and premature frees fixed.Shaun McCance2009-10-271-1/+4
| | | | | | It's hard, but not impossible, for a human to trigger these under normal circumstances. I know there's at least one more hiding somewhere. Try double-clicking links.
* [libyelp] More error handling for Mallard documentsShaun McCance2009-10-251-0/+1
|
* [yelp-transform] Fixing memory corruption on aux documentShaun McCance2009-10-191-6/+15
|
* [libyelp] Added Mallard documents to libyelp, more work to be doneShaun McCance2009-10-171-2/+22
|
* [yelp-transform] Adding yelp-transform to libyelpShaun McCance2009-10-121-0/+485
I've changed YelpTransform to be a GObject. This changes considerably the way we track references to the object to make sure we don't nuke it while there's still a pending idle function or a running thread.