summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-04-19oid: Add various OIDs for Elliptic Curve related stuffStef Walter2-0/+29
2014-04-19asn1: Add egg_asn1x_get_string_as_usg functionStef Walter2-6/+47
Gets a string as an unsigned integer, removing leading zeros, and combining strings of indefinite length.
2014-04-19asn1: Added updates to ASN.1 from RFCs 5480 & 5758 & 5915Scott Schmit4-1/+321
Signed-off-by: Stef Walter <stefw@gnome.org> * Fixed conflicts and combined into one commit * Moved to pk.asn since it's EXPLICIT tags by default https://bugzilla.gnome.org/show_bug.cgi?id=672137
2014-04-19gcr: Fix test-parser to treat '6' as normal char in test namesStef Walter1-1/+1
This caused extra underscores in file names that had a 6 in them.
2014-04-19asn1: Fix ASN.1 compilation and update for new libtasn1Stef Walter4-77/+77
2014-04-19No gir strict when gobject-introspection less than 1.39Stef Walter1-1/+10
Don't --enable-strict for girscanner when gobject-introspection is less than 1.39, as it barfs on our headers.
2014-04-18Updated German translationWolfgang Stöggl1-266/+286
2014-04-09Updated Thai translationAkom Chotiphantawanon1-261/+279
2014-03-31Updated Basque languageInaki Larranaga Murgoitio1-1/+1
2014-03-31Updated Basque languageInaki Larranaga Murgoitio1-281/+308
2014-03-30doap: update URLsPiotr Drąg1-2/+2
2014-03-23Release version 3.12.0Stef Walter4-4/+9
2014-03-23Work around for gdbus-codegen bugStef Walter3-2/+42
https://bugzilla.gnome.org/show_bug.cgi?id=710133
2014-03-23build: Use /usr/bin/env to find pythonStef Walter2-2/+2
https://bugzilla.gnome.org/show_bug.cgi?id=726909
2014-03-21Updated Slovenian translationMatej Urbančič1-262/+279
2014-03-19Updated Hungarian translationGábor Kelemen1-262/+282
2014-03-19Updated Danish translationAsk H. Larsen1-261/+279
2014-03-18Updated Portuguese translationTiagosdot1-267/+288
2014-03-18[l10n] Add Catalan translationPau Iranzo1-261/+279
2014-03-17Updated Serbian translationМирослав Николић2-532/+560
2014-03-14Updated French translationClaude Paroz1-274/+280
2014-03-14Updated Russian translationYuri Myasoedov1-303/+291
2014-03-07Updated Latvian translationRūdolfs Mazurs1-265/+279
2014-03-08Updated Korean translationChangwoo Ryu1-260/+278
2014-03-06Release version 3.11.91Stef Walter2-1/+14
2014-03-06tap-gtester: Bring in some fixes from elsewhereStef Walter1-4/+7
2014-03-05Makefile.am: Implement proper make check-memory targetStef Walter5-127/+197
Uses valgrind to run the tests. Update the tap-driver and tap-gtester pieces to accomodate this.
2014-03-03gcr: Fix transfer annotation for gcr_viewer_new_scrolled()Stef Walter1-2/+1
2014-03-03gck: Add gck_enumerator_set_object_type_full() functionStef Walter5-9/+66
This is more bindable than setting fields in the GckObjectCacheIface struct directly. Hide the old gck_enumerator_set_object_type() for scripting and introspection using languages.
2014-03-03configure.ac: Bump version numberStef Walter1-1/+1
2014-03-03gck-1.vapi: Removed incorrectly unowned 'weak' pointers in vapiStef Walter1-1/+20
Gck.UriData, Gck.ModuleInfo, Gck.SlotInfo, Gck.TokenInfo all had members which were incorrectly marked as unowned.
2014-03-03gcr-3.vapi: Look in the right directory for gck-1.vapiStef Walter2-4/+4
2014-03-03gcr: Fix typo which prevented headers from installingStef Walter1-1/+1
2014-03-03gck: Add some precondition checks to gck_attributes_find_xxxx()Stef Walter1-0/+4
2014-03-03vala: Remove nullability of GcrCertificate.expiryStef Walter1-1/+0
valac loses its lunch when this parameter is present.
2014-03-03gcr: Add gcr_certificate_get_markup() functionStef Walter4-3/+15
For seahorse to use when implementing its GcrCertificate derived class.
2014-03-03Makefile.am: Build vapi files and use vapi metadata correctlyStef Walter4-4/+4
Regressed from 9019498dfef15efec4d12eee8becc55781062a30
2014-03-03gcr: Fix parallel build of gck and gir gobject-introspectionStef Walter1-1/+1
Another fix for gnome continuous build
2014-03-03gck: Help automake properly track libgck-testable.so dependenciesStef Walter1-2/+6
This should be a fix for a gnome continuous build failure.
2014-03-03Makefile.am: Single Makefile mode and parallel-testsStef Walter193-974/+1517
gtk-doc doesn't work as an included Makefile so continue to use SUBDIRS with docs/reference/* Run the tests using TAP. Unfortunately the GTest --tap output mode doesn't behave well in the face of failures, and doesn't output a test plan. Use our own tap-driver and tap-compiler for these reasons. This also fixes several builddir != srcdir issues and testing hacks that were sneaking around in the code base. Move the tests into the same directories as the code that it is testing.
2014-03-03ui: Use memmove instead of the removed g_memmoveStef Walter1-2/+2
See: https://bugzilla.gnome.org/show_bug.cgi?id=710519
2014-03-03gcr: Unbreak 'make distcheck' in gcr-unlock-options.hStef Walter1-0/+2
Tweak workaround for broken gobject-introspection See: https://bugzilla.gnome.org/show_bug.cgi?id=720504
2014-03-03pkcs11.vapi: Use the expected prefix for C generated codeStef Walter1-6/+6
2014-03-03Gck-1.gir: Fix the C header that should be includedStef Walter1-1/+1
2014-03-03Gcr-3.gir: Unbreak virtual-method output for GcrCertificate.get_der_dataStef Walter6-19/+62
See https://bugzilla.gnome.org/show_bug.cgi?id=725501 for more details.
2014-03-03gck: Add an accessor for GckAttribute raw value dataStef Walter5-2/+42
vapigen is completely broken when it comes to having arrays as fields in a compact class (ie: struct).
2014-03-03gcr: A few tweaks to GcrCertificate introspection dataStef Walter3-6/+19
2014-03-02Updated Polish translationPiotr Drąg1-267/+285
2014-03-02Fix a typoMatthias Clasen1-2/+2
These variables are not used for anything, so it probably doesn't make a difference, but they should be reset to FALSE when the name is lost. https://bugzilla.gnome.org/show_bug.cgi?id=725477
2014-02-21Updated Lithuanian translationAurimas Černius1-266/+284