Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-04-19 | oid: Add various OIDs for Elliptic Curve related stuff | Stef Walter | 2 | -0/+29 | |
2014-04-19 | asn1: Add egg_asn1x_get_string_as_usg function | Stef Walter | 2 | -6/+47 | |
Gets a string as an unsigned integer, removing leading zeros, and combining strings of indefinite length. | |||||
2014-04-19 | asn1: Added updates to ASN.1 from RFCs 5480 & 5758 & 5915 | Scott Schmit | 4 | -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-19 | gcr: Fix test-parser to treat '6' as normal char in test names | Stef Walter | 1 | -1/+1 | |
This caused extra underscores in file names that had a 6 in them. | |||||
2014-04-19 | asn1: Fix ASN.1 compilation and update for new libtasn1 | Stef Walter | 4 | -77/+77 | |
2014-04-19 | No gir strict when gobject-introspection less than 1.39 | Stef Walter | 1 | -1/+10 | |
Don't --enable-strict for girscanner when gobject-introspection is less than 1.39, as it barfs on our headers. | |||||
2014-04-18 | Updated German translation | Wolfgang Stöggl | 1 | -266/+286 | |
2014-04-09 | Updated Thai translation | Akom Chotiphantawanon | 1 | -261/+279 | |
2014-03-31 | Updated Basque language | Inaki Larranaga Murgoitio | 1 | -1/+1 | |
2014-03-31 | Updated Basque language | Inaki Larranaga Murgoitio | 1 | -281/+308 | |
2014-03-30 | doap: update URLs | Piotr Drąg | 1 | -2/+2 | |
2014-03-23 | Release version 3.12.0 | Stef Walter | 4 | -4/+9 | |
2014-03-23 | Work around for gdbus-codegen bug | Stef Walter | 3 | -2/+42 | |
https://bugzilla.gnome.org/show_bug.cgi?id=710133 | |||||
2014-03-23 | build: Use /usr/bin/env to find python | Stef Walter | 2 | -2/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=726909 | |||||
2014-03-21 | Updated Slovenian translation | Matej Urbančič | 1 | -262/+279 | |
2014-03-19 | Updated Hungarian translation | Gábor Kelemen | 1 | -262/+282 | |
2014-03-19 | Updated Danish translation | Ask H. Larsen | 1 | -261/+279 | |
2014-03-18 | Updated Portuguese translation | Tiagosdot | 1 | -267/+288 | |
2014-03-18 | [l10n] Add Catalan translation | Pau Iranzo | 1 | -261/+279 | |
2014-03-17 | Updated Serbian translation | Мирослав Николић | 2 | -532/+560 | |
2014-03-14 | Updated French translation | Claude Paroz | 1 | -274/+280 | |
2014-03-14 | Updated Russian translation | Yuri Myasoedov | 1 | -303/+291 | |
2014-03-07 | Updated Latvian translation | Rūdolfs Mazurs | 1 | -265/+279 | |
2014-03-08 | Updated Korean translation | Changwoo Ryu | 1 | -260/+278 | |
2014-03-06 | Release version 3.11.91 | Stef Walter | 2 | -1/+14 | |
2014-03-06 | tap-gtester: Bring in some fixes from elsewhere | Stef Walter | 1 | -4/+7 | |
2014-03-05 | Makefile.am: Implement proper make check-memory target | Stef Walter | 5 | -127/+197 | |
Uses valgrind to run the tests. Update the tap-driver and tap-gtester pieces to accomodate this. | |||||
2014-03-03 | gcr: Fix transfer annotation for gcr_viewer_new_scrolled() | Stef Walter | 1 | -2/+1 | |
2014-03-03 | gck: Add gck_enumerator_set_object_type_full() function | Stef Walter | 5 | -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-03 | configure.ac: Bump version number | Stef Walter | 1 | -1/+1 | |
2014-03-03 | gck-1.vapi: Removed incorrectly unowned 'weak' pointers in vapi | Stef Walter | 1 | -1/+20 | |
Gck.UriData, Gck.ModuleInfo, Gck.SlotInfo, Gck.TokenInfo all had members which were incorrectly marked as unowned. | |||||
2014-03-03 | gcr-3.vapi: Look in the right directory for gck-1.vapi | Stef Walter | 2 | -4/+4 | |
2014-03-03 | gcr: Fix typo which prevented headers from installing | Stef Walter | 1 | -1/+1 | |
2014-03-03 | gck: Add some precondition checks to gck_attributes_find_xxxx() | Stef Walter | 1 | -0/+4 | |
2014-03-03 | vala: Remove nullability of GcrCertificate.expiry | Stef Walter | 1 | -1/+0 | |
valac loses its lunch when this parameter is present. | |||||
2014-03-03 | gcr: Add gcr_certificate_get_markup() function | Stef Walter | 4 | -3/+15 | |
For seahorse to use when implementing its GcrCertificate derived class. | |||||
2014-03-03 | Makefile.am: Build vapi files and use vapi metadata correctly | Stef Walter | 4 | -4/+4 | |
Regressed from 9019498dfef15efec4d12eee8becc55781062a30 | |||||
2014-03-03 | gcr: Fix parallel build of gck and gir gobject-introspection | Stef Walter | 1 | -1/+1 | |
Another fix for gnome continuous build | |||||
2014-03-03 | gck: Help automake properly track libgck-testable.so dependencies | Stef Walter | 1 | -2/+6 | |
This should be a fix for a gnome continuous build failure. | |||||
2014-03-03 | Makefile.am: Single Makefile mode and parallel-tests | Stef Walter | 193 | -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-03 | ui: Use memmove instead of the removed g_memmove | Stef Walter | 1 | -2/+2 | |
See: https://bugzilla.gnome.org/show_bug.cgi?id=710519 | |||||
2014-03-03 | gcr: Unbreak 'make distcheck' in gcr-unlock-options.h | Stef Walter | 1 | -0/+2 | |
Tweak workaround for broken gobject-introspection See: https://bugzilla.gnome.org/show_bug.cgi?id=720504 | |||||
2014-03-03 | pkcs11.vapi: Use the expected prefix for C generated code | Stef Walter | 1 | -6/+6 | |
2014-03-03 | Gck-1.gir: Fix the C header that should be included | Stef Walter | 1 | -1/+1 | |
2014-03-03 | Gcr-3.gir: Unbreak virtual-method output for GcrCertificate.get_der_data | Stef Walter | 6 | -19/+62 | |
See https://bugzilla.gnome.org/show_bug.cgi?id=725501 for more details. | |||||
2014-03-03 | gck: Add an accessor for GckAttribute raw value data | Stef Walter | 5 | -2/+42 | |
vapigen is completely broken when it comes to having arrays as fields in a compact class (ie: struct). | |||||
2014-03-03 | gcr: A few tweaks to GcrCertificate introspection data | Stef Walter | 3 | -6/+19 | |
2014-03-02 | Updated Polish translation | Piotr Drąg | 1 | -267/+285 | |
2014-03-02 | Fix a typo | Matthias Clasen | 1 | -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-21 | Updated Lithuanian translation | Aurimas Černius | 1 | -266/+284 | |