------------------------------------------------------------------------ r127 | ds | 2007-01-16 16:35:21 +1100 (Tue, 16 Jan 2007) | 1 line Implemented HTTP PUT (so now DNS/minTTL will work). ------------------------------------------------------------------------ r126 | ds | 2007-01-16 16:13:33 +1100 (Tue, 16 Jan 2007) | 1 line Implement libnfsnapi_dns_minTTL_set (first PUT-using function). ------------------------------------------------------------------------ r125 | ds | 2007-01-15 14:29:44 +1100 (Mon, 15 Jan 2007) | 1 line Make it easier to get working on NFSN's servers. ------------------------------------------------------------------------ r124 | ds | 2007-01-15 14:05:31 +1100 (Mon, 15 Jan 2007) | 1 line Rename index.html -> index.shtml. ------------------------------------------------------------------------ r123 | ds | 2007-01-15 14:04:52 +1100 (Mon, 15 Jan 2007) | 1 line Add a SSI demo of libNFSNapi to website. ------------------------------------------------------------------------ r122 | ds | 2007-01-15 12:22:50 +1100 (Mon, 15 Jan 2007) | 1 line Add a demo program for use in the website. ------------------------------------------------------------------------ r121 | ds | 2007-01-15 12:16:20 +1100 (Mon, 15 Jan 2007) | 1 line Change SVN snapshot script to leave out the .svn directories in the snapshot. ------------------------------------------------------------------------ r120 | ds | 2007-01-15 12:12:21 +1100 (Mon, 15 Jan 2007) | 1 line Bump version number to 0.1 in preparation for a proper release. ------------------------------------------------------------------------ r119 | ds | 2007-01-15 12:10:52 +1100 (Mon, 15 Jan 2007) | 1 line Wrap up internal debugging messages. ------------------------------------------------------------------------ r118 | ds | 2007-01-15 11:37:38 +1100 (Mon, 15 Jan 2007) | 1 line Implement parsing and handling of HTTP Status-Line. ------------------------------------------------------------------------ r117 | ds | 2007-01-15 10:46:34 +1100 (Mon, 15 Jan 2007) | 1 line Add LIBNFSNAPI_ERROR_UNKNOWN for unhandled HTTP responses. ------------------------------------------------------------------------ r116 | ds | 2007-01-13 17:45:23 +1100 (Sat, 13 Jan 2007) | 1 line Tweak some doxygen comments. ------------------------------------------------------------------------ r115 | ds | 2007-01-13 17:39:14 +1100 (Sat, 13 Jan 2007) | 1 line Fixed some bad phrasing on webpage. ------------------------------------------------------------------------ r114 | ds | 2007-01-13 17:35:59 +1100 (Sat, 13 Jan 2007) | 1 line Updated webpage (also mention the Ruby nfsn-api I wrote). ------------------------------------------------------------------------ r113 | ds | 2007-01-13 15:49:02 +1100 (Sat, 13 Jan 2007) | 1 line Added initial webpage. ------------------------------------------------------------------------ r112 | ds | 2007-01-13 15:48:26 +1100 (Sat, 13 Jan 2007) | 1 line Removed some old code, and shifted some personalisable settings to the top. ------------------------------------------------------------------------ r111 | ds | 2007-01-12 23:24:02 +1100 (Fri, 12 Jan 2007) | 1 line Update TODO list. ------------------------------------------------------------------------ r110 | ds | 2007-01-12 23:17:56 +1100 (Fri, 12 Jan 2007) | 1 line Implement DNS object. ------------------------------------------------------------------------ r109 | ds | 2007-01-12 18:45:56 +1100 (Fri, 12 Jan 2007) | 1 line Switch to just a plain README.txt. ------------------------------------------------------------------------ r108 | ds | 2007-01-12 18:02:34 +1100 (Fri, 12 Jan 2007) | 1 line Add error-reporting convenience function. ------------------------------------------------------------------------ r107 | ds | 2007-01-12 16:32:44 +1100 (Fri, 12 Jan 2007) | 1 line Tweak a doxygen comment. ------------------------------------------------------------------------ r106 | ds | 2007-01-12 16:28:08 +1100 (Fri, 12 Jan 2007) | 1 line Implemented Email object interface. ------------------------------------------------------------------------ r105 | ds | 2007-01-12 16:07:34 +1100 (Fri, 12 Jan 2007) | 1 line Capture HTTP headers as they are returned. ------------------------------------------------------------------------ r104 | ds | 2007-01-12 15:00:24 +1100 (Fri, 12 Jan 2007) | 1 line Tweak debug output to make it more compact. ------------------------------------------------------------------------ r103 | ds | 2007-01-12 14:49:19 +1100 (Fri, 12 Jan 2007) | 1 line Quieten HTTP header debugging, and disable addAlias/removeAlias testing from sample code. ------------------------------------------------------------------------ r102 | ds | 2007-01-12 14:47:19 +1100 (Fri, 12 Jan 2007) | 1 line Namespace those balance type names. ------------------------------------------------------------------------ r101 | ds | 2007-01-12 14:45:06 +1100 (Fri, 12 Jan 2007) | 1 line Extend libnfsnapi_account_balance to allow retrieval of all balance types (all/cash/credit/high). ------------------------------------------------------------------------ r100 | ds | 2007-01-12 14:41:46 +1100 (Fri, 12 Jan 2007) | 1 line Fix another typo. ------------------------------------------------------------------------ r99 | ds | 2007-01-12 14:37:08 +1100 (Fri, 12 Jan 2007) | 1 line Fix typo. ------------------------------------------------------------------------ r98 | ds | 2007-01-12 14:29:20 +1100 (Fri, 12 Jan 2007) | 1 line Update TODO list. ------------------------------------------------------------------------ r97 | ds | 2007-01-12 14:27:31 +1100 (Fri, 12 Jan 2007) | 1 line Improve error code documentation. ------------------------------------------------------------------------ r96 | ds | 2007-01-12 13:55:09 +1100 (Fri, 12 Jan 2007) | 1 line Implement 'make dox'. ------------------------------------------------------------------------ r95 | ds | 2007-01-12 13:48:53 +1100 (Fri, 12 Jan 2007) | 1 line Add error code accessor. ------------------------------------------------------------------------ r94 | ds | 2007-01-12 11:02:03 +1100 (Fri, 12 Jan 2007) | 1 line Add proper HTTP header receiving (simplifies final body parsing), and handle some libcurl errors with more precision. ------------------------------------------------------------------------ r93 | ds | 2007-01-12 10:02:55 +1100 (Fri, 12 Jan 2007) | 1 line Improve sample code with respect to failure handling. ------------------------------------------------------------------------ r92 | ds | 2007-01-12 08:18:43 +1100 (Fri, 12 Jan 2007) | 1 line Forgot a header in src/Makefile.am. ------------------------------------------------------------------------ r91 | ds | 2007-01-12 00:21:00 +1100 (Fri, 12 Jan 2007) | 1 line Update doxygen comments. ------------------------------------------------------------------------ r90 | ds | 2007-01-12 00:07:16 +1100 (Fri, 12 Jan 2007) | 1 line Implement site/addAlias and site/removeAlias. ------------------------------------------------------------------------ r89 | ds | 2007-01-11 23:49:07 +1100 (Thu, 11 Jan 2007) | 1 line Add partial implementation of Site object. ------------------------------------------------------------------------ r88 | ds | 2007-01-11 23:38:17 +1100 (Thu, 11 Jan 2007) | 1 line Oops... libnfsnapi_account_status isn't implemented yet. ------------------------------------------------------------------------ r87 | ds | 2007-01-11 18:08:46 +1100 (Thu, 11 Jan 2007) | 1 line Add error reporting to Account object. ------------------------------------------------------------------------ r86 | ds | 2007-01-11 17:58:11 +1100 (Thu, 11 Jan 2007) | 1 line Started implementing proper error reporting. ------------------------------------------------------------------------ r85 | ds | 2007-01-11 15:14:46 +1100 (Thu, 11 Jan 2007) | 1 line Time nudge no longer needed in sample code. ------------------------------------------------------------------------ r84 | ds | 2007-01-11 14:51:14 +1100 (Thu, 11 Jan 2007) | 1 line Remove unneeded script. ------------------------------------------------------------------------ r83 | ds | 2007-01-11 14:50:46 +1100 (Thu, 11 Jan 2007) | 1 line Add another notification message to sample code. ------------------------------------------------------------------------ r82 | ds | 2007-01-11 14:49:12 +1100 (Thu, 11 Jan 2007) | 1 line Make sample code more explicit. ------------------------------------------------------------------------ r81 | ds | 2007-01-11 14:42:29 +1100 (Thu, 11 Jan 2007) | 1 line Tweak libcurl flags. ------------------------------------------------------------------------ r80 | ds | 2007-01-11 14:40:28 +1100 (Thu, 11 Jan 2007) | 1 line Almost done getting Automake and libtool working properly. ------------------------------------------------------------------------ r79 | ds | 2007-01-11 14:25:29 +1100 (Thu, 11 Jan 2007) | 1 line The end of the Automake wilderness is in sight... ------------------------------------------------------------------------ r78 | ds | 2007-01-11 14:13:02 +1100 (Thu, 11 Jan 2007) | 1 line Include autoheader in bootstrap script. ------------------------------------------------------------------------ r77 | ds | 2007-01-11 14:11:09 +1100 (Thu, 11 Jan 2007) | 1 line Use auto-generated configuration header. ------------------------------------------------------------------------ r76 | ds | 2007-01-11 13:12:12 +1100 (Thu, 11 Jan 2007) | 1 line Cleanup. ------------------------------------------------------------------------ r75 | ds | 2007-01-11 12:59:35 +1100 (Thu, 11 Jan 2007) | 1 line Disable redundant checks for AR and RANLIB in Autoconf script. ------------------------------------------------------------------------ r74 | ds | 2007-01-11 12:34:43 +1100 (Thu, 11 Jan 2007) | 1 line Add libtoolize-added scripts. ------------------------------------------------------------------------ r73 | ds | 2007-01-11 12:33:10 +1100 (Thu, 11 Jan 2007) | 1 line Improve bootstrap script. ------------------------------------------------------------------------ r72 | ds | 2007-01-11 12:29:50 +1100 (Thu, 11 Jan 2007) | 1 line Disable dynamically loaded libraries for now. ------------------------------------------------------------------------ r71 | ds | 2007-01-11 12:28:29 +1100 (Thu, 11 Jan 2007) | 1 line Fix bootstrap script. ------------------------------------------------------------------------ r70 | ds | 2007-01-11 12:27:31 +1100 (Thu, 11 Jan 2007) | 1 line Enhance bootstrap script. ------------------------------------------------------------------------ r69 | ds | 2007-01-11 12:25:40 +1100 (Thu, 11 Jan 2007) | 1 line More Automake tweaks. ------------------------------------------------------------------------ r68 | ds | 2007-01-11 12:14:51 +1100 (Thu, 11 Jan 2007) | 1 line Automake tweaks. ------------------------------------------------------------------------ r67 | ds | 2007-01-11 12:02:52 +1100 (Thu, 11 Jan 2007) | 1 line Start transitioning to Automake build system. ------------------------------------------------------------------------ r66 | ds | 2007-01-11 11:50:11 +1100 (Thu, 11 Jan 2007) | 1 line Add more Account code. ------------------------------------------------------------------------ r65 | ds | 2007-01-11 11:07:32 +1100 (Thu, 11 Jan 2007) | 1 line Remove unused imported snprintf code. ------------------------------------------------------------------------ r64 | ds | 2007-01-11 11:02:35 +1100 (Thu, 11 Jan 2007) | 1 line Neaten up build system. ------------------------------------------------------------------------ r63 | ds | 2007-01-11 10:42:06 +1100 (Thu, 11 Jan 2007) | 1 line Remove need for imported SHA1 code by using OpenSSL's SHA1 function; seed PRNG only when creating Manager object, not each time we generate a salt. ------------------------------------------------------------------------ r62 | ds | 2007-01-11 10:26:34 +1100 (Thu, 11 Jan 2007) | 1 line Clean up mgr.c. ------------------------------------------------------------------------ r61 | ds | 2007-01-11 10:25:00 +1100 (Thu, 11 Jan 2007) | 1 line Catch libcurl's built without SSL at configure time. ------------------------------------------------------------------------ r60 | ds | 2007-01-11 10:02:44 +1100 (Thu, 11 Jan 2007) | 1 line More documentation, this time for the Account module. ------------------------------------------------------------------------ r59 | ds | 2007-01-11 10:02:22 +1100 (Thu, 11 Jan 2007) | 1 line Start integrating docs build into rest of build system. ------------------------------------------------------------------------ r58 | ds | 2007-01-11 09:33:53 +1100 (Thu, 11 Jan 2007) | 1 line Add build system for docs. ------------------------------------------------------------------------ r57 | ds | 2007-01-11 07:43:40 +1100 (Thu, 11 Jan 2007) | 1 line Fix linking. ------------------------------------------------------------------------ r56 | ds | 2007-01-10 23:01:57 +1100 (Wed, 10 Jan 2007) | 1 line Write more documentation, and leave undocumented things out of Doxygen output. ------------------------------------------------------------------------ r55 | ds | 2007-01-10 18:28:05 +1100 (Wed, 10 Jan 2007) | 1 line Start added doxygen comments. ------------------------------------------------------------------------ r54 | ds | 2007-01-10 17:12:45 +1100 (Wed, 10 Jan 2007) | 1 line /me kicks SVN. ------------------------------------------------------------------------ r53 | ds | 2007-01-10 17:08:47 +1100 (Wed, 10 Jan 2007) | 1 line Make TODO list more publically accessible. ------------------------------------------------------------------------ r52 | ds | 2007-01-10 17:01:12 +1100 (Wed, 10 Jan 2007) | 1 line Add TODO list. ------------------------------------------------------------------------ r51 | ds | 2007-01-10 16:58:06 +1100 (Wed, 10 Jan 2007) | 1 line Implement libnfsnapi_account_friendlyName. ------------------------------------------------------------------------ r50 | ds | 2007-01-10 16:53:14 +1100 (Wed, 10 Jan 2007) | 1 line Skip over HTTP headers before trying to parse body. Duh. ------------------------------------------------------------------------ r49 | ds | 2007-01-10 16:49:43 +1100 (Wed, 10 Jan 2007) | 1 line Fix signedness bug that triggers a segfault. ------------------------------------------------------------------------ r48 | ds | 2007-01-10 16:43:51 +1100 (Wed, 10 Jan 2007) | 1 line Implement parsing of body response (assuming success). ------------------------------------------------------------------------ r47 | ds | 2007-01-10 16:43:07 +1100 (Wed, 10 Jan 2007) | 1 line Load account number from ~/.nfsn-apikey file so I do not need to leave my account number in the test code! ------------------------------------------------------------------------ r46 | ds | 2007-01-10 16:13:15 +1100 (Wed, 10 Jan 2007) | 1 line Clear libcurl references to some pointers before freeing their memory. ------------------------------------------------------------------------ r45 | ds | 2007-01-10 16:10:30 +1100 (Wed, 10 Jan 2007) | 1 line Replace call to curl_global_cleanup(). ------------------------------------------------------------------------ r44 | ds | 2007-01-10 16:03:05 +1100 (Wed, 10 Jan 2007) | 1 line Whoops... fix typo. ------------------------------------------------------------------------ r43 | ds | 2007-01-10 16:01:24 +1100 (Wed, 10 Jan 2007) | 1 line Construct a ChangeLog each time a SVN snapshot is made. ------------------------------------------------------------------------ r42 | ds | 2007-01-10 15:58:47 +1100 (Wed, 10 Jan 2007) | 1 line Reorganise libcurl calls to allow HTTP/1.1 pipelining. ------------------------------------------------------------------------ r41 | ds | 2007-01-10 15:45:33 +1100 (Wed, 10 Jan 2007) | 1 line Perform in-memory buffer reading. ------------------------------------------------------------------------ r40 | ds | 2007-01-10 15:44:49 +1100 (Wed, 10 Jan 2007) | 1 line Disable included asprintf; causes name collisions. ------------------------------------------------------------------------ r39 | ds | 2007-01-10 15:24:26 +1100 (Wed, 10 Jan 2007) | 1 line More integration. ------------------------------------------------------------------------ r38 | ds | 2007-01-10 15:23:19 +1100 (Wed, 10 Jan 2007) | 1 line Start integrating asprintf usage. ------------------------------------------------------------------------ r37 | ds | 2007-01-10 15:18:43 +1100 (Wed, 10 Jan 2007) | 1 line Fix up compiler warnings in snprintf code. ------------------------------------------------------------------------ r36 | ds | 2007-01-10 15:06:53 +1100 (Wed, 10 Jan 2007) | 2 lines Import a portable snprintf implementation from http://www.ijs.si/software/snprintf/. ------------------------------------------------------------------------ r35 | ds | 2007-01-10 15:06:21 +1100 (Wed, 10 Jan 2007) | 1 line Fix a compiler warning. ------------------------------------------------------------------------ r34 | ds | 2007-01-10 15:01:19 +1100 (Wed, 10 Jan 2007) | 1 line Fix syntax error. ------------------------------------------------------------------------ r33 | ds | 2007-01-10 15:00:39 +1100 (Wed, 10 Jan 2007) | 1 line We're using asprintf at the moment, so better check for it in the Autoconf script. ------------------------------------------------------------------------ r32 | ds | 2007-01-10 15:00:18 +1100 (Wed, 10 Jan 2007) | 1 line Adjust return type for libnfsnapi_account_balance. ------------------------------------------------------------------------ r31 | ds | 2007-01-10 14:41:31 +1100 (Wed, 10 Jan 2007) | 1 line Implement libnfsnapi_account_t. ------------------------------------------------------------------------ r30 | ds | 2007-01-10 14:11:32 +1100 (Wed, 10 Jan 2007) | 1 line Twiddle version number back to 0.1pre. ------------------------------------------------------------------------ r29 | ds | 2007-01-10 14:09:59 +1100 (Wed, 10 Jan 2007) | 1 line Add a small stats script. ------------------------------------------------------------------------ r28 | ds | 2007-01-10 14:09:01 +1100 (Wed, 10 Jan 2007) | 1 line Implement time nudging. ------------------------------------------------------------------------ r27 | ds | 2007-01-10 14:03:40 +1100 (Wed, 10 Jan 2007) | 1 line Load API key from a file, so I don't have to use a real API key in test code. ------------------------------------------------------------------------ r26 | ds | 2007-01-10 14:03:15 +1100 (Wed, 10 Jan 2007) | 1 line Whoops -- actually set the custom HTTP headers. ------------------------------------------------------------------------ r25 | ds | 2007-01-10 14:01:30 +1100 (Wed, 10 Jan 2007) | 1 line Increase required version of libcurl. ------------------------------------------------------------------------ r24 | ds | 2007-01-10 13:51:21 +1100 (Wed, 10 Jan 2007) | 1 line Almost got libnfsnapi_mgr_do working. ------------------------------------------------------------------------ r23 | ds | 2007-01-10 12:19:14 +1100 (Wed, 10 Jan 2007) | 1 line Start implementing libnfsnapi_mgr_do. ------------------------------------------------------------------------ r22 | ds | 2007-01-10 11:39:12 +1100 (Wed, 10 Jan 2007) | 1 line Correct implementations. ------------------------------------------------------------------------ r21 | ds | 2007-01-10 11:37:20 +1100 (Wed, 10 Jan 2007) | 1 line Add gettimeofday test. ------------------------------------------------------------------------ r20 | ds | 2007-01-10 11:29:17 +1100 (Wed, 10 Jan 2007) | 1 line Implement libnfsnapi_mgr_sha1 and libnfsnapi_mgr_genauthheader. ------------------------------------------------------------------------ r19 | ds | 2007-01-10 11:28:47 +1100 (Wed, 10 Jan 2007) | 1 line Edit SHA1 code to treat input buffers as const C strings. ------------------------------------------------------------------------ r18 | ds | 2007-01-10 11:28:11 +1100 (Wed, 10 Jan 2007) | 1 line Add more tests to Autoconf script. ------------------------------------------------------------------------ r17 | ds | 2007-01-10 11:27:49 +1100 (Wed, 10 Jan 2007) | 1 line Finally got it how I want it. ------------------------------------------------------------------------ r16 | ds | 2007-01-10 10:50:01 +1100 (Wed, 10 Jan 2007) | 1 line Tweak build system. ------------------------------------------------------------------------ r15 | ds | 2007-01-10 10:46:46 +1100 (Wed, 10 Jan 2007) | 1 line Fix up test build setup. ------------------------------------------------------------------------ r14 | ds | 2007-01-10 10:46:26 +1100 (Wed, 10 Jan 2007) | 2 lines Import SHA1 code, and implement libnfsnapi_mgr_gensalt. ------------------------------------------------------------------------ r13 | ds | 2007-01-10 10:25:06 +1100 (Wed, 10 Jan 2007) | 1 line Finish switch to libcurl. ------------------------------------------------------------------------ r12 | ds | 2007-01-10 10:20:20 +1100 (Wed, 10 Jan 2007) | 1 line Switch to using libcurl instead of libneon. ------------------------------------------------------------------------ r11 | ds | 2007-01-10 10:10:48 +1100 (Wed, 10 Jan 2007) | 1 line Tweak testing setup. ------------------------------------------------------------------------ r10 | ds | 2007-01-10 10:04:08 +1100 (Wed, 10 Jan 2007) | 1 line Implement libnfsnapi_mgr_destroy. ------------------------------------------------------------------------ r9 | ds | 2007-01-10 10:03:24 +1100 (Wed, 10 Jan 2007) | 1 line Add general API header. ------------------------------------------------------------------------ r8 | ds | 2007-01-10 10:03:06 +1100 (Wed, 10 Jan 2007) | 1 line Tweak header guards. ------------------------------------------------------------------------ r7 | ds | 2007-01-10 10:01:57 +1100 (Wed, 10 Jan 2007) | 1 line Finish implementing a functional libnfsnapi_mgr_create. ------------------------------------------------------------------------ r6 | ds | 2007-01-10 10:01:20 +1100 (Wed, 10 Jan 2007) | 1 line Put in some test code. ------------------------------------------------------------------------ r5 | ds | 2007-01-10 09:47:05 +1100 (Wed, 10 Jan 2007) | 1 line Add libnfsnapi_mgr_destroy. ------------------------------------------------------------------------ r4 | ds | 2007-01-10 09:40:03 +1100 (Wed, 10 Jan 2007) | 1 line Fix Makefile; start implementing libnfsnapi_mgr_create. ------------------------------------------------------------------------ r3 | ds | 2007-01-10 09:36:54 +1100 (Wed, 10 Jan 2007) | 1 line Add SVN snapshot script. ------------------------------------------------------------------------ r2 | ds | 2007-01-10 09:29:33 +1100 (Wed, 10 Jan 2007) | 1 line Add a whole bunch of svn:ignore entries. ------------------------------------------------------------------------ r1 | ds | 2007-01-10 09:25:25 +1100 (Wed, 10 Jan 2007) | 1 line Add initial files. ------------------------------------------------------------------------