Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-11-24Remove print from testBrendan Long
2018-11-24Minor DB write improvementsBrendan Long
2018-11-24Replace QueryBuilder.insert_value_pair with typesafe versionsBrendan Long
2018-11-24More general improvementsBrendan Long
2018-11-24Deduplicate search logicBrendan Long
2018-11-24Remove unused searchrows argumentBrendan Long
2018-11-24Various other DB query improvementsBrendan Long
2018-11-24Replace where_equal with type-safe versionsBrendan Long
2018-11-24Replace QueryBuilder.update_value_pair with typesafe replacementsBrendan Long
2018-11-24Simplify QueryBuilder.where_in_*Brendan Long
2018-11-24Use <> instead of NOT =Brendan Long
2018-11-24Simplify QueryBuilder's constructorBrendan Long
2018-11-24Change QueryBuilder checks to assertionsBrendan Long
2018-11-24Change QueryBuilder function and variable namesBrendan Long
2018-11-24Add QueryBuilder testsBrendan Long
2018-11-24Fix QueryBuilder string quotingBrendan Long
2018-11-24Create StringUtils.stringbuilder_append_joinBrendan Long
2018-11-24Turn buildConditions() into append_conditions()Brendan Long
2018-11-24More QueryBuilder.to_string simplificationBrendan Long
2018-11-24Simplify QueryBuilder using append_printf and StringUtils.joinBrendan Long
2018-11-24Make m_insert_fields and m_insert_values localsBrendan Long
2018-11-24Store QueryBuilder order by column and sort order instead of stringBrendan Long
2018-11-24Store QueryBuilder limit and offset as uintsBrendan Long
2018-11-24Remove unused m_noErrorBrendan Long
2018-11-24Rename QueryBuilder.get() to to_string()Brendan Long
2018-11-24Merge QueryBuilder.build() and QueryBuilder.get()Brendan Long
2018-11-24Move QueryType into QueryBuilder.valaBrendan Long
2018-11-22Add tests for StringUtilsBrendan Long
2018-11-22Only have one main functionBrendan Long
2018-11-22More contractsBrendan Long
2018-11-22Unlock the keyring on startupBrendan Long
2018-11-22Don't crash if feed has empty category listBrendan Long
2018-11-22Fix warning about DBus methods throwing ErrorBrendan Long
2018-11-22Add some contracts to FavIconBrendan Long
2018-11-08Remove spring cleaning from saved stateBrendan Long
2018-11-05When a category is removed, uncategorize feeds/categories explicitly to pluginsAldo Gunsing
2018-10-28Delete favicons when deleting a feedBrendan Long
2018-10-28Deduplicate Favicon file name creationBrendan Long
2018-10-22Update ColumnViewHeader.valaBilal Elmoussaoui
2018-08-29Add some more null checks in copySelectedFeedURLBrendan Long
2018-08-29Add "htmlclean" using Gumbo parserBrendan Long
2018-08-29Use GLib's string.make_valid instead of libvilistextumBrendan Long
2018-08-29Use Utils.UTF8fix more consistentlyBrendan Long
2018-07-15Updating copyright in about information to include 2018.floppypanda
2018-07-14Revert "Only have one main function"Brendan Long
2018-05-14Show correct date in article viewBrendan Long
2018-05-14Catch errors with metadata folder already existingBrendan Long
2018-05-13Fix broken DELETE JOIN (unsupported by SQLite)Brendan Long
2018-05-13Create directory for favicon metadataBrendan Long
2018-05-13Handle null strings for EnclosureTypeBrendan Long