[Pkg-cli-apps-commits] [smuxi] 01/09: Merge branch 'master' into squeeze-backports
Mirco Bauer
meebey at moszumanska.debian.org
Sun Jul 13 09:16:38 UTC 2014
This is an automated email from the git hooks/post-receive script.
meebey pushed a commit to branch squeeze-backports
in repository smuxi.
commit 3a314f7c4cff8118c8e080c076ed35d5b1fb8209
Merge: c47019e 9b784a2
Author: Mirco Bauer <meebey at meebey.net>
Date: Thu Jan 19 22:56:13 2012 +0100
Merge branch 'master' into squeeze-backports
Conflicts:
debian/changelog
Makefile.am | 101 +-
Makefile.in | 202 +-
Makefile.include | 2 +-
README | 80 +-
aclocal.m4 | 23 +-
config.guess | 453 +-
config.sub | 230 +-
configure | 15038 +++++++++++++++----
configure.ac | 172 +-
debian/changelog | 91 +-
debian/control | 70 +-
...ild_Newtonsoft.Json_with_default_compiler.patch | 18 +
.../build_Twitterizer2_with_default_compiler.patch | 19 +
.../patches/build_db4o_with_default_compiler.patch | 30 +
.../build_jabber-net_with_default_compiler.patch | 18 +
debian/patches/debian_default_settings.patch | 9 +-
.../patches/fix_smuxi-frontend-stfl_dllmap.patch | 10 +
debian/patches/series | 5 +
debian/patches/ubuntu.series | 6 +
debian/patches/ubuntu_default_settings.patch | 8 +-
debian/rules | 36 +-
debian/smuxi-engine-xmpp.install | 2 +
debian/smuxi-engine.install | 1 +
debian/smuxi-frontend-gnome.install | 2 +-
debian/smuxi-frontend-gnome.menu | 2 +-
debian/smuxi-frontend-stfl.install | 2 +
debian/source/format | 1 +
glade/smuxi-frontend-gnome.glade | 678 +-
images/128/smuxi-frontend-gnome.png | Bin 0 -> 20176 bytes
images/16/smuxi-frontend-gnome.png | Bin 0 -> 986 bytes
images/22/smuxi-frontend-gnome.png | Bin 0 -> 1516 bytes
images/24/smuxi-frontend-gnome.png | Bin 0 -> 1729 bytes
images/256/smuxi-frontend-gnome.png | Bin 0 -> 47366 bytes
images/32/smuxi-frontend-gnome.png | Bin 0 -> 2722 bytes
images/48/smuxi-frontend-gnome.png | Bin 0 -> 5032 bytes
images/connect-button.svg | 1015 --
images/group-chat.svg | 753 -
images/group-chat_256x256.png | Bin 0 -> 25623 bytes
images/icon.ico | Bin 0 -> 64596 bytes
images/icon_256x256.png | Bin 0 -> 47366 bytes
images/person-chat.svg | 317 -
images/person-chat_256x256.png | Bin 0 -> 21313 bytes
images/protocol-chat.svg | 1056 --
images/protocol-chat_256x256.png | Bin 0 -> 13661 bytes
images/session-chat.svg | 260 -
images/session-chat_256x256.png | Bin 0 -> 9678 bytes
lib/Makefile.am | 91 +-
lib/Makefile.in | 169 +-
lib/SmartIrc4net/SmartIrc4net.mds | 3 +-
lib/SmartIrc4net/aclocal.m4 | 18 +-
lib/SmartIrc4net/configure | 351 +-
lib/SmartIrc4net/configure.ac | 2 +-
.../src/IrcConnection/IrcConnection.cs | 67 +-
lib/Twitterizer/CommonAssemblyInfo.cs | 66 +
lib/Twitterizer/GettingStarted.txt | 46 +
lib/Twitterizer/Json.NET.license.txt | 7 +
lib/Twitterizer/Twitterizer2.license.txt | 19 +
lib/Twitterizer/Twitterizer2/Core/AccessLevel.cs | 67 +
.../Twitterizer2/Core/CommandPerformer.cs | 24 +-
.../Twitterizer2/Core/ConversionUtility.cs | 4 +
.../Twitterizer2/Core/CursorPagedCommand.cs | 72 -
lib/Twitterizer/Twitterizer2/Core/ICommand.cs | 4 +-
.../Twitterizer2/Core/ITwitterObject.cs | 24 +-
.../Twitterizer2/Core/OptionalProperties.cs | 19 +-
lib/Twitterizer/Twitterizer2/Core/PagedCommand.cs | 64 -
lib/Twitterizer/Twitterizer2/Core/RateLimit.cs | 4 +-
lib/Twitterizer/Twitterizer2/Core/RequestResult.cs | 12 +-
lib/Twitterizer/Twitterizer2/Core/RequestStatus.cs | 254 -
.../Twitterizer2/Core/SerializationHelper.cs | 10 +-
.../Twitterizer2/Core/TwitterCollection.cs | 57 +-
.../Twitterizer2/Core/TwitterCommand.cs | 253 +-
.../Core/TwitterCursorPagedIdCollection.cs | 83 +
.../Twitterizer2/Core/TwitterEmptyObject.cs | 36 -
.../Twitterizer2/Core/TwitterIdCollection.cs | 108 +
lib/Twitterizer/Twitterizer2/Core/TwitterImage.cs | 6 +-
lib/Twitterizer/Twitterizer2/Core/TwitterObject.cs | 79 +-
.../Twitterizer2/Core/TwitterizerDateConverter.cs | 17 +-
.../Exceptions/CommandValidationException.cs | 4 +-
.../Twitterizer2/Exceptions/TwitterErrorDetails.cs | 60 +-
.../Exceptions/TwitterizerException.cs | 74 +-
lib/Twitterizer/Twitterizer2/Information.cs | 6 +-
.../Methods/Account/RateLimitStatusCommand.cs | 4 +-
.../Twitterizer2/Methods/Account/TwitterAccount.cs | 155 +
.../Methods/Account/TwitterRateLimitStatus.cs | 49 +-
.../Account/UpdateProfileBackgroundImageCommand.cs | 96 +
.../Account/UpdateProfileBackgroundImageOptions.cs | 64 +
.../Methods/Account/UpdateProfileColorsCommand.cs | 24 +
.../Methods/Account/UpdateProfileColorsOptions.cs | 72 +-
.../Methods/Account/UpdateProfileCommand.cs | 73 +
.../Methods/Account/UpdateProfileImageCommand.cs | 20 +-
.../Methods/Account/UpdateProfileOptions.cs | 70 +
.../Methods/Account/VerifyCredentialsCommand.cs | 73 +
.../Methods/Account/VerifyCredentialsOptions.cs | 60 +
.../Twitterizer2/Methods/Block/BlockingCommand.cs | 74 +
.../Methods/Block/BlockingIdsCommand.cs | 61 +
.../Twitterizer2/Methods/Block/BlockingOptions.cs | 48 +
.../Methods/Block/CreateBlockCommand.cs | 96 +
.../Methods/Block/DestroyBlockCommand.cs | 96 +
.../Methods/Block/ExistsBlockCommand.cs | 96 +
.../Twitterizer2/Methods/Block/TwitterBlock.cs | 261 +
.../DirectMessage/DeleteDirectMessageCommand.cs | 2 +
.../Methods/DirectMessage/DirectMessagesCommand.cs | 38 +-
.../Methods/DirectMessage/DirectMessagesOptions.cs | 8 +
.../DirectMessage/DirectMessagesSentCommand.cs | 41 +-
.../DirectMessage/DirectMessagesSentOptions.cs | 10 +-
.../DirectMessage/SendDirectMessageCommand.cs | 2 +
.../DirectMessage/ShowDirectMessageCommand.cs | 71 +
.../Methods/DirectMessage/TwitterDirectMessage.cs | 87 +-
.../TwitterDirectMessageCollection.cs | 4 +-
.../Methods/Favorites/CreateFavoriteCommand.cs | 4 +-
.../Methods/Favorites/DeleteFavoriteCommand.cs | 13 +-
.../Methods/Favorites/ListFavoritesCommand.cs | 13 +-
.../Methods/Favorites/ListFavoritesOptions.cs | 8 +
.../Methods/Favorites/TwitterFavorite.cs | 30 +-
.../Methods/Friendship/CreateFriendshipCommand.cs | 2 +
.../Methods/Friendship/CreateFriendshipOptions.cs | 4 +-
.../Methods/Friendship/DeleteFriendshipCommand.cs | 2 +
.../Methods/Friendship/FollowersIdsCommand.cs | 88 +
.../Methods/Friendship/FriendsIdsCommand.cs | 85 +
.../Friendship/IncomingFriendshipsCommand.cs | 69 +
.../Friendship/IncomingFriendshipsOptions.cs | 48 +
.../Friendship/OutgoingFriendshipsCommand.cs | 72 +
.../Friendship/OutgoingFriendshipsOptions.cs | 48 +
.../Methods/Friendship/ShowFriendshipCommand.cs | 2 +
.../Methods/Friendship/TwitterFriendship.cs | 181 +-
.../Methods/Friendship/TwitterRelationship.cs | 36 +-
.../Methods/Friendship/UserIdCollection.cs | 96 +
.../Methods/Friendship/UsersIdsOptions.cs | 64 +
.../Twitterizer2/Methods/Geo/Coordinate.cs | 68 +-
.../Methods/Geo/ReverseGeocodeCommand.cs | 2 +
.../Twitterizer2/Methods/Geo/TwitterBoundingBox.cs | 2 +
.../Twitterizer2/Methods/Geo/TwitterGeo.cs | 2 +
.../Twitterizer2/Methods/Geo/TwitterPlace.cs | 12 +-
.../Methods/Geo/TwitterPlaceCollection.cs | 11 +-
.../Methods/List/AddListMemberCommand.cs | 10 +-
.../Methods/List/CheckListMembershipCommand.cs | 8 +-
.../Twitterizer2/Methods/List/CreateListCommand.cs | 15 +-
.../Methods/List/CreateListMembershipCommand.cs | 43 +
.../Twitterizer2/Methods/List/DeleteListCommand.cs | 2 +
.../Methods/List/DestroyListSubscriber.cs | 40 +
.../Twitterizer2/Methods/List/GetListCommand.cs | 43 +-
.../Methods/List/GetListMembersCommand.cs | 45 +-
.../Methods/List/GetListMembersOptions.cs | 3 +
.../Methods/List/GetListSubscriptionsCommand.cs | 38 +-
.../Methods/List/GetListSubscriptionsOptions.cs | 47 +
.../Twitterizer2/Methods/List/GetListsCommand.cs | 47 +-
.../Twitterizer2/Methods/List/GetListsOptions.cs | 47 +
.../Methods/List/ListMembershipsCommand.cs | 36 +-
.../Methods/List/ListMembershipsOptions.cs | 48 +
.../Methods/List/ListStatusesCommand.cs | 76 +-
.../Methods/List/ListStatusesOptions.cs | 8 +
.../Methods/List/RemoveListMemberCommand.cs | 10 +-
.../Twitterizer2/Methods/List/TwitterList.cs | 250 +-
.../Methods/List/TwitterListCollection.cs | 47 +-
.../Twitterizer2/Methods/List/UpdateListCommand.cs | 23 +-
.../Twitterizer2/Methods/List/UpdateListOptions.cs | 2 +
.../Notification/NotificationFollowCommand.cs | 94 +
.../Notification/NotificationLeaveCommand.cs | 94 +
.../Methods/Notification/TwitterNotification.cs | 141 +
.../SavedSearches/CreateSavedSearchCommand.cs | 89 +
.../SavedSearches/DeleteSavedSearchCommand.cs | 80 +
.../Methods/SavedSearches/SavedSearchesCommand.cs | 71 +
.../Methods/SavedSearches/TwitterSavedSearch.cs | 167 +
.../SavedSearches/TwitterSavedSearchCollection.cs | 49 +
.../Twitterizer2/Methods/Search/SearchCommand.cs | 18 +-
.../Twitterizer2/Methods/Search/SearchOptions.cs | 14 +
.../Twitterizer2/Methods/Search/TwitterSearch.cs | 29 +-
.../Methods/Search/TwitterSearchResult.cs | 11 +
.../Search/TwitterSearchResultCollection.cs | 10 +-
.../Twitterizer2/Methods/Spam/ReportSpamCommand.cs | 87 +
.../Twitterizer2/Methods/Spam/TwitterSpam.cs | 91 +
.../Methods/Timeline/FriendsTimelineCommand.cs | 16 +-
.../Methods/Timeline/HomeTimelineCommand.cs | 16 +-
.../Methods/Timeline/MentionsCommand.cs | 20 +-
.../Methods/Timeline/PagedTimelineCommand.cs | 33 +-
.../Methods/Timeline/PublicTimelineCommand.cs | 7 +-
.../Methods/Timeline/RetweetedByMeCommand.cs | 37 +-
.../Methods/Timeline/RetweetedToMeCommand.cs | 40 +-
.../Methods/Timeline/TimelineOptions.cs | 34 +
.../Methods/Timeline/TwitterTimeline.cs | 109 +-
.../Methods/Timeline/UserTimelineCommand.cs | 26 +-
.../Methods/Trends/CurrentTrendsCommand.cs | 75 -
.../Methods/Trends/CurrentTrendsOptions.cs | 49 -
.../Twitterizer2/Methods/Trends/TrendsCommand.cs | 83 +
.../Twitterizer2/Methods/Trends/TrendsOptions.cs | 51 +
.../Twitterizer2/Methods/Trends/TwitterTrend.cs | 34 +-
.../Methods/Trends/TwitterTrendCollection.cs | 58 +-
.../Methods/Trends/TwitterTrendLocation.cs | 64 +
.../Trends/TwitterTrendLocationCollection.cs | 126 +
.../Methods/Tweets/DeleteStatusCommand.cs | 2 +
.../Methods/Tweets/Entities/TwitterEntity.cs | 6 +-
.../Tweets/Entities/TwitterEntityCollection.cs | 451 +-
.../Tweets/Entities/TwitterHashTagEntity.cs | 4 +-
.../Methods/Tweets/Entities/TwitterMediaEntity.cs | 198 +
.../Tweets/Entities/TwitterMentionEntity.cs | 4 +-
.../Methods/Tweets/Entities/TwitterUrlEntity.cs | 16 +-
.../Methods/Tweets/RelatedResultsCommand.cs | 83 +
.../Twitterizer2/Methods/Tweets/RetweetCommand.cs | 2 +
.../Twitterizer2/Methods/Tweets/RetweetsCommand.cs | 17 +
.../Methods/Tweets/RetweetsOfMeCommand.cs | 39 +-
.../Methods/Tweets/RetweetsOfMeOptions.cs | 2 +
.../Twitterizer2/Methods/Tweets/RetweetsOptions.cs | 2 +
.../Methods/Tweets/ShowStatusCommand.cs | 3 +
.../Methods/Tweets/StatusUpdateOptions.cs | 2 +
.../Methods/Tweets/TwitterRelatedTweets.cs | 79 +
.../Tweets/TwitterRelatedTweetsCollection.cs | 48 +
.../Twitterizer2/Methods/Tweets/TwitterStatus.cs | 260 +-
.../Methods/Tweets/TwitterStatusCollection.cs | 58 +-
.../Methods/Tweets/UpdateStatusCommand.cs | 8 +-
.../Methods/Tweets/UpdateWithmediaCommand.cs | 123 +
.../Twitterizer2/Methods/User/FollowersCommand.cs | 26 +-
.../Twitterizer2/Methods/User/FollowersOptions.cs | 8 +
.../Twitterizer2/Methods/User/FriendsCommand.cs | 41 +-
.../Twitterizer2/Methods/User/FriendsOptions.cs | 2 +
.../Methods/User/LookupUsersCommand.cs | 5 +-
.../Methods/User/LookupUsersOptions.cs | 7 +-
.../Methods/User/RetweetedByCommand.cs | 95 +
.../Methods/User/RetweetedByIdsCommand.cs | 95 +
.../Methods/User/RetweetedByIdsOptions.cs | 65 +
.../Methods/User/RetweetedByOptions.cs | 65 +
.../Twitterizer2/Methods/User/ShowUserCommand.cs | 2 +
.../Methods/User/SuggestedUserCategoriesCommand.cs | 67 +
.../Methods/User/SuggestedUsersCommand.cs | 76 +
.../Twitterizer2/Methods/User/TwitterUser.cs | 227 +-
.../Methods/User/TwitterUserCategory.cs | 142 +
.../Methods/User/TwitterUserCollection.cs | 91 +-
.../Twitterizer2/Methods/User/UserSearchCommand.cs | 27 +-
.../Twitterizer2/Methods/User/UserSearchOptions.cs | 2 +
.../Twitterizer2/OAuth/OAuthTokenResponse.cs | 2 +
lib/Twitterizer/Twitterizer2/OAuth/OAuthTokens.cs | 52 +-
lib/Twitterizer/Twitterizer2/OAuth/OAuthUtility.cs | 185 +-
.../Twitterizer2/OAuth/WebRequestBuilder.cs | 305 +-
lib/Twitterizer/Twitterizer2/OAuth/XAuthUtility.cs | 6 +-
.../Twitterizer2/Properties/AssemblyInfo.cs | 32 +-
lib/Twitterizer/Twitterizer2/TwitterResponse.cs | 69 +
lib/Twitterizer/Twitterizer2/Twitterizer2.csproj | 142 +-
.../Db4objects.Db4o.Instrumentation-2008.csproj | 117 +
.../Api/CallingConvention.cs | 20 +
.../Api/IFieldRef.cs | 21 +
.../Api/IMethodBuilder.cs | 48 +
.../Api/IMethodRef.cs | 29 +
.../Api/INativeClassFactory.cs | 13 +
.../Api/IReferenceProvider.cs | 18 +
.../Api/IReferenceResolver.cs | 13 +
.../Api/ITypeEditor.cs | 26 +
.../Api/ITypeRef.cs | 24 +
.../Api/InstrumentationException.cs | 14 +
.../Core/DefaultNativeClassFactory.cs | 17 +
.../Properties/AssemblyInfo.cs | 24 +
.../Cecil/CecilFieldRef.cs | 28 +
.../Cecil/CecilMethodBuilder.cs | 147 +
.../Cecil/CecilMethodRef.cs | 28 +
.../Cecil/CecilRef.cs | 43 +
.../Cecil/CecilReferenceProvider.cs | 72 +
.../Cecil/CecilReferenceResolver.cs | 14 +
.../Cecil/CecilTypeEditor.cs | 60 +
.../Cecil/CecilTypeRef.cs | 42 +
.../Db4objects.Db4o.NativeQueries-2008.csproj | 142 +
.../Expr/AndExpression.cs | 23 +
.../Expr/BinaryExpression.cs | 52 +
.../Expr/BoolConstExpression.cs | 48 +
.../Expr/Build/ExpressionBuilder.cs | 198 +
.../Expr/Cmp/ArithmeticOperator.cs | 50 +
.../Expr/Cmp/ComparisonOperator.cs | 78 +
.../Expr/Cmp/Operand/ArithmeticExpression.cs | 73 +
.../Expr/Cmp/Operand/ArrayAccessValue.cs | 57 +
.../Expr/Cmp/Operand/CandidateFieldRoot.cs | 27 +
.../Cmp/Operand/ComparisonOperandDescendant.cs | 59 +
.../Expr/Cmp/Operand/ComparisonOperandRoot.cs | 21 +
.../Expr/Cmp/Operand/ConstValue.cs | 72 +
.../Expr/Cmp/Operand/FieldValue.cs | 64 +
.../Expr/Cmp/Operand/IComparisonOperand.cs | 12 +
.../Expr/Cmp/Operand/IComparisonOperandAnchor.cs | 13 +
.../Expr/Cmp/Operand/IComparisonOperandVisitor.cs | 25 +
.../Expr/Cmp/Operand/MethodCallValue.cs | 89 +
.../Expr/Cmp/Operand/PredicateFieldRoot.cs | 27 +
.../Expr/Cmp/Operand/StaticFieldRoot.cs | 60 +
.../Expr/Cmp/Operand/ThreeWayComparison.cs | 39 +
.../Expr/ComparisonExpression.cs | 76 +
.../Expr/IExpression.cs | 15 +
.../Expr/IExpressionPart.cs | 8 +
.../Expr/IExpressionVisitor.cs | 19 +
.../Expr/IgnoredExpression.cs | 20 +
.../Expr/NotExpression.cs | 51 +
.../Expr/OrExpression.cs | 23 +
.../Expr/TraversingExpressionVisitor.cs | 85 +
.../ComparisonBytecodeGeneratingVisitor.cs | 243 +
.../Instrumentation/SODAMethodBuilder.cs | 250 +
.../Instrumentation/TypeDeducingVisitor.cs | 68 +
.../ComparisonQueryGeneratingVisitor.cs | 224 +
.../Optimization/SODAQueryBuilder.cs | 143 +
.../Properties/AssemblyInfo.cs | 24 +
.../AssemblyResolver.cs | 57 +
.../ICachingStrategy.cs | 9 +
.../Db4objects.Db4o.NativeQueries/NQOptimizer.cs | 24 +
.../Optimization/NativeQueriesPlatform.cs | 17 +
.../QueryExpressionBuilder.cs | 916 ++
.../SingleItemCachingStrategy.cs | 66 +
.../UnsupportedPredicateException.cs | 14 +
.../Db4objects.Db4o/Db4objects.Db4o-2008.csproj | 1046 ++
.../Activation/ActivationPurpose.cs | 10 +
.../Db4objects.Db4o/Activation/IActivator.cs | 33 +
.../Collections/ArrayDictionary4.cs | 210 +
.../Db4objects.Db4o/Collections/ArrayList4.cs | 280 +
.../Collections/CollectionFactory.cs | 66 +
.../Db4objects.Db4o/Config/ConfigScope.cs | 139 +
.../Config/Encoding/IStringEncoding.cs | 25 +
.../Config/Encoding/StringEncodings.cs | 28 +
.../Db4objects.Db4o/Config/Entry.cs | 20 +
.../Config/GlobalOnlyConfigException.cs | 26 +
.../Db4objects.Db4o/Config/IAlias.cs | 73 +
.../Db4objects.Db4o/Config/ICacheConfiguration.cs | 24 +
.../Config/ICacheConfigurationProvider.cs | 24 +
.../Config/IClientServerConfiguration.cs | 152 +
.../Db4objects.Db4o/Config/ICommonConfiguration.cs | 656 +
.../Config/ICommonConfigurationProvider.cs | 27 +
.../Db4objects.Db4o/Config/ICompare.cs | 18 +
.../Db4objects.Db4o/Config/IConfiguration.cs | 888 ++
.../Db4objects.Db4o/Config/IConfigurationItem.cs | 32 +
.../Config/IEmbeddedConfiguration.cs | 26 +
.../Config/IEmbeddedConfigurationItem.cs | 33 +
.../Config/IEnvironmentConfiguration.cs | 18 +
.../Db4objects.Db4o/Config/IFileConfiguration.cs | 316 +
.../Config/IFileConfigurationProvider.cs | 24 +
.../Config/IFreespaceConfiguration.cs | 86 +
.../Db4objects.Db4o/Config/IFreespaceFiller.cs | 17 +
.../Config/IIdSystemConfiguration.cs | 59 +
.../Config/IIdSystemConfigurationProvider.cs | 24 +
.../Db4objects.Db4o/Config/IIdSystemFactory.cs | 18 +
.../Config/ILegacyClientServerFactory.cs | 25 +
.../Db4objects.Db4o/Config/INameProvider.cs | 25 +
.../Db4objects.Db4o/Config/IObjectAttribute.cs | 15 +
.../Db4objects.Db4o/Config/IObjectClass.cs | 347 +
.../Db4objects.Db4o/Config/IObjectConstructor.cs | 46 +
.../Db4objects.Db4o/Config/IObjectField.cs | 130 +
.../Db4objects.Db4o/Config/IObjectTranslator.cs | 51 +
.../Db4objects.Db4o/Config/IQueryConfiguration.cs | 135 +
.../Db4objects.Db4o/Config/QueryEvaluationMode.cs | 113 +
.../Db4objects.Db4o/Config/SimpleNameProvider.cs | 27 +
.../Db4objects.Db4o/Config/TNull.cs | 27 +
.../Db4objects.Db4o/Config/TypeAlias.cs | 63 +
.../Db4objects.Db4o/Config/WildcardAlias.cs | 114 +
.../Constraints/ConstraintViolationException.cs | 25 +
.../Constraints/UniqueFieldValueConstraint.cs | 146 +
...UniqueFieldValueConstraintViolationException.cs | 36 +
.../Db4objects.Db4o/CorruptionException.cs | 13 +
.../Db4objects.Db4o/Db4objects.Db4o/DTrace.cs | 774 +
.../Db4objects.Db4o/Db4oEmbedded.cs | 121 +
.../Db4objects.Db4o/Db4objects.Db4o/Db4oFactory.cs | 554 +
.../Db4objects.Db4o/Db4objects.Db4o/Db4oVersion.cs | 18 +
.../Db4objects.Db4o/Db4objects.Db4o/Debug4.cs | 140 +
.../Defragment/AbstractIdMapping.cs | 57 +
.../Defragment/DatabaseIdMapping.cs | 222 +
.../Db4objects.Db4o/Defragment/Defragment.cs | 447 +
.../Db4objects.Db4o/Defragment/DefragmentConfig.cs | 305 +
.../Db4objects.Db4o/Defragment/DefragmentInfo.cs | 29 +
.../Defragment/DefragmentServicesImpl.cs | 560 +
.../Db4objects.Db4o/Defragment/FirstPassCommand.cs | 76 +
.../Defragment/IDMappingCollector.cs | 54 +
.../Defragment/IDefragmentListener.cs | 23 +
.../Defragment/IDefragmentServices.cs | 57 +
.../Db4objects.Db4o/Defragment/IIdMapping.cs | 53 +
.../Defragment/IStoredClassFilter.cs | 16 +
.../Defragment/InMemoryIdMapping.cs | 115 +
.../Db4objects.Db4o/Defragment/PassCommand.cs | 34 +
.../Defragment/SecondPassCommand.cs | 169 +
.../Db4objects.Db4o/Db4objects.Db4o/Deploy.cs | 23 +
.../Db4objects.Db4o/Diagnostic/ClassHasNoFields.cs | 34 +
.../Diagnostic/DefragmentRecommendation.cs | 48 +
.../Db4objects.Db4o/Diagnostic/DeletionFailed.cs | 26 +
.../Diagnostic/DescendIntoTranslator.cs | 42 +
.../Db4objects.Db4o/Diagnostic/DiagnosticBase.cs | 26 +
.../Diagnostic/DiagnosticToConsole.cs | 27 +
.../Db4objects.Db4o/Diagnostic/IDiagnostic.cs | 24 +
.../Diagnostic/IDiagnosticConfiguration.cs | 35 +
.../Diagnostic/IDiagnosticListener.cs | 21 +
.../Diagnostic/LoadedFromClassIndex.cs | 35 +
.../Db4objects.Db4o/Diagnostic/MissingClass.cs | 32 +
.../Diagnostic/NativeQueryNotOptimized.cs | 46 +
.../Diagnostic/NativeQueryOptimizerNotLoaded.cs | 65 +
.../Diagnostic/ObjectFieldDoesNotExist.cs | 41 +
.../Diagnostic/UpdateDepthGreaterOne.cs | 35 +
.../Events/CancellableObjectEventArgs.cs | 65 +
.../Db4objects.Db4o/Events/ClassEventArgs.cs | 21 +
.../Db4objects.Db4o/Events/CommitEventArgs.cs | 55 +
.../Db4objects.Db4o/Events/EventException.cs | 29 +
.../Db4objects.Db4o/Events/EventRegistryFactory.cs | 49 +
.../Events/ICancellableEventArgs.cs | 25 +
.../Db4objects.Db4o/Events/IEventRegistry.cs | 284 +
.../Events/ObjectContainerEventArgs.cs | 28 +
.../Db4objects.Db4o/Events/ObjectEventArgs.cs | 26 +
.../Db4objects.Db4o/Events/ObjectInfoEventArgs.cs | 35 +
.../Db4objects.Db4o/Events/QueryEventArgs.cs | 42 +
.../Db4objects.Db4o/Events/StringEventArgs.cs | 25 +
.../Events/TransactionalEventArgs.cs | 27 +
.../Ext/BackupInProgressException.cs | 18 +
.../Db4objects.Db4o/Ext/CompositeDb4oException.cs | 17 +
.../Db4objects.Db4o/Ext/DatabaseClosedException.cs | 21 +
.../Ext/DatabaseFileLockedException.cs | 39 +
.../Ext/DatabaseMaximumSizeReachedException.cs | 26 +
.../Ext/DatabaseReadOnlyException.cs | 22 +
.../Db4objects.Db4o/Ext/Db4oDatabase.cs | 255 +
.../Db4objects.Db4o/Ext/Db4oException.cs | 59 +
.../Db4objects.Db4o/Ext/Db4oFatalException.cs | 31 +
.../Ext/Db4oFileHeaderCorruptionException.cs | 11 +
.../Db4objects.Db4o/Ext/Db4oIOException.cs | 37 +
.../Ext/Db4oIllegalStateException.cs | 27 +
.../Ext/Db4oRecoverableException.cs | 31 +
.../Db4objects.Db4o/Ext/Db4oUUID.cs | 112 +
.../Db4objects.Db4o/Ext/Db4oUnexpectedException.cs | 16 +
.../Ext/EmergencyShutdownReadOnlyException.cs | 19 +
.../Db4objects.Db4o/Ext/IDb4oCallback.cs | 13 +
.../Db4objects.Db4o/Ext/IExtClient.cs | 26 +
.../Db4objects.Db4o/Ext/IExtObjectContainer.cs | 572 +
.../Db4objects.Db4o/Ext/IExtObjectServer.cs | 80 +
.../Db4objects.Db4o/Ext/IExtObjectSet.cs | 43 +
.../Db4objects.Db4o/Ext/IObjectCallbacks.cs | 101 +
.../Db4objects.Db4o/Ext/IObjectInfo.cs | 87 +
.../Db4objects.Db4o/Ext/IObjectInfoCollection.cs | 17 +
.../Db4objects.Db4o/Ext/IStoredClass.cs | 76 +
.../Db4objects.Db4o/Ext/IStoredField.cs | 86 +
.../Db4objects.Db4o/Ext/ISystemInfo.cs | 38 +
.../Ext/IncompatibleFileFormatException.cs | 28 +
.../Db4objects.Db4o/Ext/InvalidIDException.cs | 37 +
.../Ext/InvalidPasswordException.cs | 21 +
.../Db4objects.Db4o/Ext/InvalidSlotException.cs | 37 +
.../Ext/ObjectNotStorableException.cs | 30 +
.../Db4objects.Db4o/Ext/OldFormatException.cs | 25 +
.../Db4objects.Db4o/Db4objects.Db4o/Ext/Status.cs | 21 +
.../Ext/UnsupportedOldFormatException.cs | 19 +
.../Db4objects.Db4o/Ext/VirtualField.cs | 27 +
.../Foundation/AbstractTreeIterator.cs | 106 +
.../Db4objects.Db4o/Foundation/Algorithms4.cs | 181 +
.../Db4objects.Db4o/Foundation/ArrayIterator4.cs | 21 +
.../Db4objects.Db4o/Foundation/Arrays4.cs | 150 +
.../Db4objects.Db4o/Foundation/AutoStopWatch.cs | 14 +
.../Db4objects.Db4o/Foundation/BitMap4.cs | 100 +
.../Db4objects.Db4o/Foundation/BlockingQueue.cs | 290 +
.../Foundation/BlockingQueueStoppedException.cs | 20 +
.../Db4objects.Db4o/Foundation/BooleanByRef.cs | 20 +
.../Db4objects.Db4o/Foundation/ByRef.cs | 25 +
.../Db4objects.Db4o/Foundation/CircularBuffer4.cs | 205 +
.../Foundation/CircularIntBuffer4.cs | 207 +
.../Foundation/CircularLongBuffer4.cs | 207 +
.../Db4objects.Db4o/Foundation/Collection4.cs | 450 +
.../Foundation/Collection4Iterator.cs | 49 +
.../Db4objects.Db4o/Foundation/Collections4.cs | 86 +
.../Foundation/CompositeIterable4.cs | 34 +
.../Foundation/CompositeIterator4.cs | 81 +
.../Foundation/DelegatingBlockingQueue.cs | 58 +
.../Db4objects.Db4o/Foundation/DynamicVariable.cs | 71 +
.../Foundation/EnumerateIterator.cs | 45 +
.../Db4objects.Db4o/Foundation/Environments.cs | 165 +
.../Db4objects.Db4o/Foundation/FilteredIterator.cs | 23 +
.../Foundation/FlatteningIterator.cs | 74 +
.../Foundation/FunctionApplicationIterator.cs | 29 +
.../Db4objects.Db4o/Foundation/HashSet4.cs | 66 +
.../Db4objects.Db4o/Foundation/Hashtable4.cs | 231 +
.../Db4objects.Db4o/Foundation/HashtableBase.cs | 284 +
.../Foundation/HashtableByteArrayEntry.cs | 59 +
.../Foundation/HashtableIdentityEntry.cs | 25 +
.../Foundation/HashtableIntEntry.cs | 72 +
.../Foundation/HashtableIterator.cs | 83 +
.../Foundation/HashtableLongEntry.cs | 51 +
.../Foundation/HashtableObjectEntry.cs | 63 +
.../Db4objects.Db4o/Foundation/IArrayFactory.cs | 9 +
.../Db4objects.Db4o/Foundation/IBlock4.cs | 9 +
.../Db4objects.Db4o/Foundation/IBlockingQueue4.cs | 57 +
.../Foundation/ICancellableVisitor4.cs | 10 +
.../Db4objects.Db4o/Foundation/IClosure4.cs | 9 +
.../Db4objects.Db4o/Foundation/IComparison4.cs | 15 +
.../Db4objects.Db4o/Foundation/IDeepClone.cs | 19 +
.../Db4objects.Db4o/Foundation/IEntry4.cs | 12 +
.../Db4objects.Db4o/Foundation/IEnvironment.cs | 11 +
.../Foundation/IFixedSizeIntIterator4.cs | 11 +
.../Db4objects.Db4o/Foundation/IFunction4.cs | 10 +
.../Db4objects.Db4o/Foundation/IIntComparator.cs | 16 +
.../Db4objects.Db4o/Foundation/IIntIterator4.cs | 12 +
.../Foundation/IIntObjectVisitor.cs | 10 +
.../Db4objects.Db4o/Foundation/IListener4.cs | 10 +
.../Db4objects.Db4o/Foundation/IMap4.cs | 24 +
.../Db4objects.Db4o/Foundation/IObjectPool.cs | 11 +
.../Foundation/IPausableBlockingQueue4.cs | 48 +
.../Db4objects.Db4o/Foundation/IPredicate4.cs | 10 +
.../Foundation/IPreparedComparison.cs | 23 +
.../Db4objects.Db4o/Foundation/IProcedure4.cs | 10 +
.../Db4objects.Db4o/Foundation/IQueue4.cs | 28 +
.../Db4objects.Db4o/Foundation/ISequence4.cs | 32 +
.../Db4objects.Db4o/Foundation/ISet4.cs | 23 +
.../Db4objects.Db4o/Foundation/IShallowClone.cs | 10 +
.../Db4objects.Db4o/Foundation/ISortable4.cs | 14 +
.../Foundation/ITimeoutBlockingQueue4.cs | 13 +
.../Db4objects.Db4o/Foundation/IVisitable.cs | 12 +
.../Db4objects.Db4o/Foundation/IVisitor4.cs | 10 +
.../Foundation/IdentityHashtable4.cs | 75 +
.../Db4objects.Db4o/Foundation/IdentitySet4.cs | 49 +
.../Db4objects.Db4o/Foundation/IndexedIterator.cs | 61 +
.../Db4objects.Db4o/Foundation/IntArrayByRef.cs | 18 +
.../Db4objects.Db4o/Foundation/IntArrayList.cs | 106 +
.../Db4objects.Db4o/Foundation/IntByRef.cs | 20 +
.../Db4objects.Db4o/Foundation/IntIdGenerator.cs | 20 +
.../Foundation/IntIterator4Adaptor.cs | 45 +
.../Db4objects.Db4o/Foundation/IntIterator4Impl.cs | 62 +
.../Db4objects.Db4o/Foundation/IntIterators.cs | 64 +
.../Foundation/InvalidIteratorException.cs | 12 +
.../Db4objects.Db4o/Foundation/Iterable4Adaptor.cs | 75 +
.../Db4objects.Db4o/Foundation/Iterator4Impl.cs | 55 +
.../Db4objects.Db4o/Foundation/Iterators.cs | 626 +
.../Db4objects.Db4o/Foundation/KeySpec.cs | 46 +
.../Foundation/KeySpecHashtable4.cs | 89 +
.../Db4objects.Db4o/Foundation/List4.cs | 55 +
.../Db4objects.Db4o/Foundation/ListenerRegistry.cs | 49 +
.../Db4objects.Db4o/Foundation/LongByRef.cs | 20 +
.../Db4objects.Db4o/Foundation/MappingIterator.cs | 61 +
.../Foundation/NativeCollections.cs | 24 +
.../Db4objects.Db4o/Foundation/No4.cs | 12 +
.../Foundation/NoDuplicatesQueue.cs | 50 +
.../Db4objects.Db4o/Foundation/NonblockingQueue.cs | 120 +
.../Db4objects.Db4o/Foundation/ObjectByRef.cs | 20 +
.../Db4objects.Db4o/Foundation/Pair.cs | 82 +
.../Foundation/PausableBlockingQueue.cs | 88 +
.../Db4objects.Db4o/Foundation/PrimitiveCodec.cs | 84 +
.../Db4objects.Db4o/Foundation/Runnable4.cs | 23 +
.../Db4objects.Db4o/Foundation/Runtime4.cs | 71 +
.../Foundation/RuntimeInterruptedException.cs | 14 +
.../Db4objects.Db4o/Foundation/SimpleObjectPool.cs | 43 +
.../Db4objects.Db4o/Foundation/SimpleTimer.cs | 76 +
.../Foundation/SingleValueIterator.cs | 48 +
.../Foundation/SortedCollection4.cs | 82 +
.../Db4objects.Db4o/Foundation/Stack4.cs | 43 +
.../Db4objects.Db4o/Foundation/StopWatch.cs | 48 +
.../Db4objects.Db4o/Foundation/SubTypePredicate.cs | 22 +
.../Foundation/SynchronizedHashtable4.cs | 46 +
.../Foundation/SynchronizedIterator4.cs | 46 +
.../Db4objects.Db4o/Foundation/TernaryBool.cs | 138 +
.../Db4objects.Db4o/Foundation/ThreadLocal4.cs | 57 +
.../Foundation/TimeStampIdGenerator.cs | 91 +
.../Foundation/TimeoutBlockingQueue.cs | 39 +
.../Db4objects.Db4o/Foundation/Tree.cs | 694 +
.../Db4objects.Db4o/Foundation/TreeKeyIterator.cs | 19 +
.../Db4objects.Db4o/Foundation/TreeNodeIterator.cs | 19 +
.../Db4objects.Db4o/Foundation/TreeObject.cs | 30 +
.../Db4objects.Db4o/Db4objects.Db4o/IBlobStatus.cs | 11 +
.../Db4objects.Db4o/IBlobTransport.cs | 20 +
.../Db4objects.Db4o/IEmbeddedObjectContainer.cs | 41 +
.../Db4objects.Db4o/Db4objects.Db4o/IInternal4.cs | 11 +
.../Db4objects.Db4o/IO/BinConfiguration.cs | 64 +
.../Db4objects.Db4o/IO/BinDecorator.cs | 80 +
.../Db4objects.Db4o/IO/BlockAwareBin.cs | 212 +
.../Db4objects.Db4o/IO/BlockAwareBinWindow.cs | 87 +
.../Db4objects.Db4o/IO/CachedIoAdapter.cs | 547 +
.../Db4objects.Db4o/IO/CachingBin.cs | 364 +
.../Db4objects.Db4o/IO/CachingStorage.cs | 107 +
.../Db4objects.Db4o/IO/ConstantGrowthStrategy.cs | 34 +
.../Db4objects.Db4o/IO/DoublingGrowthStrategy.cs | 25 +
.../Db4objects.Db4o/IO/FileStorage.cs | 209 +
.../Db4objects.Db4o/Db4objects.Db4o/IO/IBin.cs | 78 +
.../Db4objects.Db4o/IO/IBlockSize.cs | 23 +
.../Db4objects.Db4o/IO/IGrowthStrategy.cs | 20 +
.../Db4objects.Db4o/Db4objects.Db4o/IO/IStorage.cs | 45 +
.../Db4objects.Db4o/IO/IoAdapter.cs | 160 +
.../Db4objects.Db4o/IO/IoAdapterStorage.cs | 105 +
.../Db4objects.Db4o/IO/MemoryBin.cs | 110 +
.../Db4objects.Db4o/IO/MemoryStorage.cs | 100 +
.../Db4objects.Db4o/IO/NonFlushingStorage.cs | 48 +
.../Db4objects.Db4o/IO/PagingMemoryBin.cs | 135 +
.../Db4objects.Db4o/IO/PagingMemoryStorage.cs | 101 +
.../Db4objects.Db4o/IO/RandomAccessFileAdapter.cs | 173 +
.../Db4objects.Db4o/IO/ReadOnlyBin.cs | 20 +
.../Db4objects.Db4o/IO/StorageDecorator.cs | 51 +
.../Db4objects.Db4o/IO/SynchronizedBin.cs | 63 +
.../Db4objects.Db4o/IO/ThreadedSyncBin.cs | 165 +
.../Db4objects.Db4o/IO/VanillaIoAdapter.cs | 72 +
.../Db4objects.Db4o/IObjectServer.cs | 84 +
.../Db4objects.Db4o/Db4objects.Db4o/IObjectSet.cs | 72 +
.../Db4objects.Db4o/ITransactionAware.cs | 12 +
.../Db4objects.Db4o/ITransactionListener.cs | 16 +
.../Internal/AbstractBufferContext.cs | 100 +
.../Internal/Activation/ActivatableBase.cs | 46 +
.../Internal/Activation/ActivationContext4.cs | 123 +
.../Internal/Activation/ActivationDepthImpl.cs | 26 +
.../Internal/Activation/ActivationMode.cs | 72 +
.../Internal/Activation/DepthUtil.cs | 22 +
.../Activation/DescendingActivationDepth.cs | 28 +
.../Internal/Activation/FixedActivationDepth.cs | 52 +
.../Internal/Activation/FixedUpdateDepth.cs | 105 +
.../Internal/Activation/FullActivationDepth.cs | 30 +
.../Internal/Activation/IActivationDepth.cs | 18 +
.../Activation/IActivationDepthProvider.cs | 33 +
.../Internal/Activation/IFixedDepth.cs | 11 +
.../Internal/Activation/IModifiedObjectQuery.cs | 9 +
.../ITransparentActivationDepthProvider.cs | 19 +
.../Internal/Activation/IUpdateDepth.cs | 22 +
.../Internal/Activation/IUpdateDepthProvider.cs | 13 +
.../Internal/Activation/LegacyActivationDepth.cs | 67 +
.../Activation/LegacyActivationDepthProvider.cs | 37 +
.../Internal/Activation/LegacyFixedUpdateDepth.cs | 24 +
.../Activation/LegacyUnspecifiedUpdateDepth.cs | 28 +
.../Activation/LegacyUpdateDepthProvider.cs | 19 +
.../Activation/NonDescendingActivationDepth.cs | 26 +
.../Internal/Activation/NullModifiedObjectQuery.cs | 21 +
.../Internal/Activation/TPFixedUpdateDepth.cs | 30 +
.../Activation/TPUnspecifiedUpdateDepth.cs | 30 +
.../Internal/Activation/TPUpdateDepthProvider.cs | 19 +
.../TransparentActivationDepthProviderImpl.cs | 257 +
.../Internal/Activation/UnknownActivationDepth.cs | 33 +
.../Internal/Activation/UnspecifiedUpdateDepth.cs | 51 +
.../Db4objects.Db4o/Internal/ArrayType.cs | 57 +
.../Db4objects.Db4o/Internal/BlobImpl.cs | 321 +
.../Internal/BlockSizeBlockConverter.cs | 43 +
.../Internal/Btree/AbstractBTreeRangeIterator.cs | 67 +
.../Internal/Btree/Algebra/BTreeAlgebra.cs | 137 +
.../Internal/Btree/Algebra/BTreeRangeOperation.cs | 36 +
.../Btree/Algebra/BTreeRangeSingleIntersect.cs | 25 +
.../Btree/Algebra/BTreeRangeSingleOperation.cs | 18 +
.../Btree/Algebra/BTreeRangeSingleUnion.cs | 25 +
.../Btree/Algebra/BTreeRangeUnionIntersect.cs | 25 +
.../Btree/Algebra/BTreeRangeUnionOperation.cs | 18 +
.../Internal/Btree/Algebra/BTreeRangeUnionUnion.cs | 25 +
.../Db4objects.Db4o/Internal/Btree/BTree.cs | 909 ++
.../Db4objects.Db4o/Internal/Btree/BTreeAdd.cs | 73 +
.../Internal/Btree/BTreeCancelledRemoval.cs | 54 +
.../Internal/Btree/BTreeConfiguration.cs | 37 +
.../Internal/Btree/BTreeIterator.cs | 67 +
.../Db4objects.Db4o/Internal/Btree/BTreeNode.cs | 1458 ++
.../Internal/Btree/BTreeNodeCacheEntry.cs | 30 +
.../Internal/Btree/BTreeNodeSearchResult.cs | 87 +
.../Db4objects.Db4o/Internal/Btree/BTreePatch.cs | 60 +
.../Db4objects.Db4o/Internal/Btree/BTreePointer.cs | 212 +
.../Internal/Btree/BTreeRangeKeyIterator.cs | 21 +
.../Internal/Btree/BTreeRangePointerIterator.cs | 21 +
.../Internal/Btree/BTreeRangeSingle.cs | 239 +
.../Internal/Btree/BTreeRangeUnion.cs | 167 +
.../Db4objects.Db4o/Internal/Btree/BTreeRemove.cs | 48 +
.../Db4objects.Db4o/Internal/Btree/BTreeUpdate.cs | 206 +
.../Internal/Btree/FieldIndexKeyHandler.cs | 115 +
.../Internal/Btree/FieldIndexKeyImpl.cs | 54 +
.../Db4objects.Db4o/Internal/Btree/IBTreeRange.cs | 45 +
.../Internal/Btree/IBTreeRangeVisitor.cs | 14 +
.../Internal/Btree/IBTreeStructureListener.cs | 18 +
.../Internal/Btree/IFieldIndexKey.cs | 11 +
.../Db4objects.Db4o/Internal/Btree/SearchTarget.cs | 29 +
.../Db4objects.Db4o/Internal/Btree/Searcher.cs | 171 +
.../Db4objects.Db4o/Internal/ByteArrayBuffer.cs | 305 +
.../Internal/Caching/CacheFactory.cs | 40 +
.../Internal/Caching/CacheStatistics.cs | 70 +
.../Db4objects.Db4o/Internal/Caching/ICache4.cs | 29 +
.../Internal/Caching/IPurgeableCache4.cs | 16 +
.../Db4objects.Db4o/Internal/Caching/LRU2QCache.cs | 103 +
.../Internal/Caching/LRU2QLongCache.cs | 98 +
.../Internal/Caching/LRU2QXCache.cs | 119 +
.../Db4objects.Db4o/Internal/Caching/LRUCache.cs | 70 +
.../Internal/Caching/LRUIntCache.cs | 191 +
.../Internal/Caching/LRULongCache.cs | 191 +
.../Db4objects.Db4o/Internal/Caching/NullCache4.cs | 23 +
.../Db4objects.Db4o/Internal/CallBackMode.cs | 28 +
.../Internal/CallbackObjectInfoCollections.cs | 34 +
.../Internal/Callbacks/ICallbacks.cs | 58 +
.../Internal/Callbacks/NullCallbacks.cs | 115 +
.../Db4objects.Db4o/Internal/ClassAspect.cs | 79 +
.../Db4objects.Db4o/Internal/ClassMetadata.cs | 2735 ++++
.../Internal/ClassMetadataIterator.cs | 30 +
.../Internal/ClassMetadataRepository.cs | 745 +
.../Classindex/AbstractClassIndexStrategy.cs | 82 +
.../Internal/Classindex/BTreeClassIndexStrategy.cs | 160 +
.../Internal/Classindex/IClassIndexStrategy.cs | 45 +
.../Db4objects.Db4o/Internal/Collections/BigSet.cs | 238 +
.../Internal/Collections/BigSetBTreeManager.cs | 100 +
.../Internal/Collections/BigSetTypeHandler.cs | 102 +
.../Internal/Collections/IBigSetPersistence.cs | 15 +
.../Internal/CommitTimestampFieldMetadata.cs | 94 +
.../Internal/CommitTimestampSupport.cs | 270 +
.../Internal/Config/CacheConfigurationImpl.cs | 27 +
.../Internal/Config/CommonConfigurationImpl.cs | 281 +
.../Config/Db4oLegacyConfigurationBridge.cs | 38 +
.../Internal/Config/EmbeddedConfigurationImpl.cs | 88 +
.../Internal/Config/FileConfigurationImpl.cs | 147 +
.../Config/ILegacyConfigurationProvider.cs | 11 +
.../Internal/Config/IdSystemConfigurationImpl.cs | 43 +
.../Db4objects.Db4o/Internal/Config4Abstract.cs | 117 +
.../Db4objects.Db4o/Internal/Config4Class.cs | 344 +
.../Db4objects.Db4o/Internal/Config4Field.cs | 100 +
.../Db4objects.Db4o/Internal/Config4Impl.cs | 1450 ++
.../Db4objects.Db4o/Internal/Const4.cs | 227 +
.../Db4objects.Db4o/Internal/Convert/Conversion.cs | 20 +
.../Internal/Convert/ConversionStage.cs | 54 +
.../Convert/Conversions/ClassAspects_7_4.cs | 17 +
.../Conversions/ClassIndexesToBTrees_5_5.cs | 38 +
.../Convert/Conversions/CommonConversions.cs | 29 +
.../DropDateTimeOffsetClassIndexes_7_12.cs | 10 +
.../Conversions/DropEnumClassIndexes_7_10.cs | 10 +
.../Conversions/DropGuidClassIndexes_7_12.cs | 10 +
.../Conversions/FieldIndexesToBTrees_5_7.cs | 40 +
.../Convert/Conversions/ReindexNetDateTime_7_8.cs | 10 +
.../VersionNumberToCommitTimestamp_8_0.cs | 90 +
.../Db4objects.Db4o/Internal/Convert/Converter.cs | 87 +
.../Internal/DefragmentContextImpl.cs | 480 +
.../Internal/Delete/DeleteContextImpl.cs | 122 +
.../Internal/Delete/IDeleteContext.cs | 29 +
.../Db4objects.Db4o/Internal/DeleteInfo.cs | 27 +
.../Internal/Diagnostic/DiagnosticProcessor.cs | 153 +
.../Internal/DisabledBlockConverter.cs | 36 +
.../Internal/Encoding/BuiltInStringEncoding.cs | 62 +
.../Internal/Encoding/DelegatingStringIO.cs | 93 +
.../Internal/Encoding/LatinStringEncoding.cs | 29 +
.../Internal/Encoding/LatinStringIO.cs | 107 +
.../Internal/Encoding/UnicodeStringEncoding.cs | 16 +
.../Internal/Encoding/UnicodeStringIO.cs | 83 +
.../Db4objects.Db4o/Internal/EventDispatchers.cs | 182 +
.../Internal/Events/EventRegistryImpl.cs | 732 +
.../Db4objects.Db4o/Internal/Exceptions4.cs | 68 +
.../Internal/ExternalObjectContainer.cs | 193 +
.../Internal/FieldIndexException.cs | 62 +
.../Db4objects.Db4o/Internal/FieldMetadata.cs | 1374 ++
.../Db4objects.Db4o/Internal/FieldMetadataState.cs | 32 +
.../Internal/Fieldindex/AndIndexedLeaf.cs | 15 +
.../Internal/Fieldindex/FieldIndexProcessor.cs | 75 +
.../Fieldindex/FieldIndexProcessorResult.cs | 76 +
.../Internal/Fieldindex/IIndexedNode.cs | 25 +
.../Internal/Fieldindex/IIndexedNodeWithRange.cs | 12 +
.../Internal/Fieldindex/IndexedLeaf.cs | 68 +
.../Internal/Fieldindex/IndexedNodeBase.cs | 92 +
.../Internal/Fieldindex/IndexedNodeCollector.cs | 354 +
.../Internal/Fieldindex/IndexedPath.cs | 73 +
.../Internal/Fieldindex/IndexedPathIterator.cs | 26 +
.../Internal/Fieldindex/JoinedLeaf.cs | 78 +
.../Internal/Fieldindex/OrIndexedLeaf.cs | 15 +
.../Internal/Fieldindex/QEBitmap.cs | 38 +
.../Internal/Fileheader/FileHeader.cs | 151 +
.../Internal/Fileheader/FileHeader1.cs | 88 +
.../Internal/Fileheader/FileHeader2.cs | 125 +
.../Internal/Fileheader/FileHeader3.cs | 32 +
.../Internal/Fileheader/FileHeaderVariablePart.cs | 65 +
.../Internal/Fileheader/FileHeaderVariablePart1.cs | 81 +
.../Internal/Fileheader/FileHeaderVariablePart2.cs | 283 +
.../Internal/Fileheader/FileHeaderVariablePart3.cs | 37 +
.../Internal/Fileheader/NewFileHeaderBase.cs | 120 +
.../Internal/Fileheader/TimerFileLock.cs | 44 +
.../Internal/Fileheader/TimerFileLockDisabled.cs | 60 +
.../Internal/Freespace/AbstractFreespaceManager.cs | 267 +
.../Internal/Freespace/AddressKeySlotHandler.cs | 43 +
.../Internal/Freespace/BTreeFreespaceManager.cs | 339 +
.../Freespace/BlockAwareFreespaceManager.cs | 159 +
.../Internal/Freespace/FreeSlotNode.cs | 149 +
.../Internal/Freespace/FreespaceManagerIx.cs | 108 +
.../Internal/Freespace/IFreespaceListener.cs | 12 +
.../Internal/Freespace/IFreespaceManager.cs | 53 +
.../Internal/Freespace/InMemoryFreespaceManager.cs | 336 +
.../Internal/Freespace/LengthKeySlotHandler.cs | 43 +
.../Internal/Freespace/NullFreespaceListener.cs | 27 +
.../Internal/Freespace/NullFreespaceManager.cs | 107 +
.../Internal/Freespace/SlotHandler.cs | 41 +
.../Db4objects.Db4o/Internal/FrozenObjectInfo.cs | 92 +
.../Db4objects.Db4o/Internal/HandlerRegistry.cs | 640 +
.../Internal/HandlerVersionRegistry.cs | 92 +
.../Internal/Handlers/Array/ArrayHandler.cs | 689 +
.../Internal/Handlers/Array/ArrayHandler0.cs | 100 +
.../Internal/Handlers/Array/ArrayHandler1.cs | 21 +
.../Internal/Handlers/Array/ArrayHandler3.cs | 15 +
.../Internal/Handlers/Array/ArrayHandler5.cs | 15 +
.../Internal/Handlers/Array/ArrayVersionHelper.cs | 91 +
.../Internal/Handlers/Array/ArrayVersionHelper0.cs | 15 +
.../Internal/Handlers/Array/ArrayVersionHelper3.cs | 104 +
.../Internal/Handlers/Array/ArrayVersionHelper5.cs | 16 +
.../Handlers/Array/MultidimensionalArrayHandler.cs | 145 +
.../Array/MultidimensionalArrayHandler0.cs | 43 +
.../Array/MultidimensionalArrayHandler3.cs | 15 +
.../Array/MultidimensionalArrayIterator.cs | 79 +
.../Handlers/Array/ReflectArrayIterator.cs | 27 +
.../Internal/Handlers/BooleanHandler.cs | 121 +
.../Internal/Handlers/ByteHandler.cs | 86 +
.../Internal/Handlers/CharHandler.cs | 90 +
.../Internal/Handlers/DateHandler0.cs | 22 +
.../Internal/Handlers/DateHandlerBase.cs | 104 +
.../Internal/Handlers/DoubleHandler.cs | 87 +
.../Internal/Handlers/DoubleHandler0.cs | 20 +
.../Internal/Handlers/FloatHandler.cs | 85 +
.../Internal/Handlers/FloatHandler0.cs | 20 +
.../Internal/Handlers/HandlerVersion.cs | 27 +
.../Internal/Handlers/IFieldAwareTypeHandler.cs | 28 +
.../Handlers/IVariableLengthTypeHandler.cs | 15 +
.../Internal/Handlers/IVirtualAttributeHandler.cs | 12 +
.../Internal/Handlers/IntHandler.cs | 122 +
.../Internal/Handlers/IntHandler0.cs | 21 +
.../Internal/Handlers/LongHandler.cs | 136 +
.../Internal/Handlers/LongHandler0.cs | 20 +
.../Db4objects.Db4o/Internal/Handlers/NetType.cs | 15 +
.../Internal/Handlers/NetTypeHandler.cs | 105 +
.../Internal/Handlers/NullFieldAwareTypeHandler.cs | 91 +
.../Internal/Handlers/PlainObjectHandler.cs | 31 +
.../Internal/Handlers/PrimitiveHandler.cs | 196 +
.../Internal/Handlers/ShortHandler.cs | 104 +
.../Internal/Handlers/ShortHandler0.cs | 20 +
.../Handlers/StandardReferenceTypeHandler.cs | 816 +
.../Handlers/StandardReferenceTypeHandler0.cs | 58 +
.../Handlers/StringBasedValueTypeHandlerBase.cs | 88 +
.../Internal/Handlers/StringBufferHandler.cs | 24 +
.../Internal/Handlers/StringHandler.cs | 299 +
.../Internal/Handlers/StringHandler0.cs | 72 +
.../Internal/Handlers/TypeHandlerPredicatePair.cs | 21 +
.../Internal/Handlers/Versions/OpenTypeHandler0.cs | 116 +
.../Internal/Handlers/Versions/OpenTypeHandler2.cs | 26 +
.../Internal/Handlers/Versions/OpenTypeHandler7.cs | 136 +
.../Db4objects.Db4o/Internal/Handlers4.cs | 402 +
.../Internal/HardObjectReference.cs | 43 +
.../Db4objects.Db4o/Internal/IBlockConverter.cs | 20 +
.../Internal/IBuiltinTypeHandler.cs | 15 +
.../Internal/ICallbackInfoCollector.cs | 13 +
.../Internal/ICommittedCallbackDispatcher.cs | 14 +
.../Db4objects.Db4o/Internal/IComparable4.cs | 28 +
.../Db4objects.Db4o/Internal/IDGenerator.cs | 20 +
.../Db4objects.Db4o/Internal/IDHandler.cs | 17 +
.../Db4objects.Db4o/Internal/IDb4oTypeImpl.cs | 18 +
.../Db4objects.Db4o/Internal/IDefragmentContext.cs | 57 +
.../Db4objects.Db4o/Internal/IEventDispatcher.cs | 13 +
.../Db4objects.Db4o/Internal/IIndexable4.cs | 17 +
.../Internal/IIndexableTypeHandler.cs | 23 +
.../Internal/IInternalObjectContainer.cs | 66 +
.../Db4objects.Db4o/Internal/ILinkLengthAware.cs | 9 +
.../Db4objects.Db4o/Internal/IModificationAware.cs | 10 +
.../Db4objects.Db4o/Internal/IO/BlockSizeImpl.cs | 31 +
.../Internal/IObjectContainerSpec.cs | 16 +
.../Db4objects.Db4o/Internal/IPersistent.cs | 18 +
.../Internal/IQueryResultIteratorFactory.cs | 12 +
.../Db4objects.Db4o/Internal/IReadWriteBuffer.cs | 20 +
.../Db4objects.Db4o/Internal/IReadWriteable.cs | 12 +
.../Db4objects.Db4o/Internal/IReadable.cs | 14 +
.../Db4objects.Db4o/Internal/IReadsObjectIds.cs | 13 +
.../Db4objects.Db4o/Internal/ISlotCopyHandler.cs | 12 +
.../Internal/ITransactionParticipant.cs | 16 +
.../Internal/IVersionedTypeHandler.cs | 13 +
.../Db4objects.Db4o/Internal/Identifiable.cs | 107 +
.../Db4objects.Db4o/Internal/Ids/BTreeIdSystem.cs | 313 +
.../Internal/Ids/FreespaceCommitter.cs | 79 +
.../Db4objects.Db4o/Internal/Ids/IIdSystem.cs | 24 +
.../Internal/Ids/IStackableIdSystem.cs | 14 +
.../Internal/Ids/ITransactionalIdSystem.cs | 45 +
.../Db4objects.Db4o/Internal/Ids/IdSlotChanges.cs | 177 +
.../Db4objects.Db4o/Internal/Ids/IdSlotMapping.cs | 53 +
.../Db4objects.Db4o/Internal/Ids/IdSlotTree.cs | 52 +
.../Internal/Ids/InMemoryIdSystem.cs | 336 +
.../Internal/Ids/PointerBasedIdSystem.cs | 112 +
.../Internal/Ids/SequentialIdGenerator.cs | 115 +
.../Internal/Ids/StandardIdSystemFactory.cs | 85 +
.../Internal/Ids/TransactionalIdSystemImpl.cs | 239 +
.../Internal/Ids/TransportIdSystem.cs | 103 +
.../Internal/IllegalComparisonException.cs | 12 +
.../Db4objects.Db4o/Internal/InCallback.cs | 35 +
.../Db4objects.Db4o/Internal/IntMatcher.cs | 54 +
.../Internal/InterfaceTypeHandler.cs | 18 +
.../Internal/IoAdaptedObjectContainer.cs | 441 +
.../Internal/LazyObjectReference.cs | 68 +
.../Internal/LocalObjectContainer.cs | 1146 ++
.../Internal/LocalPersistentBase.cs | 43 +
.../Db4objects.Db4o/Internal/LocalTransaction.cs | 541 +
.../Db4objects.Db4o/Internal/LockedTree.cs | 87 +
.../Db4objects.Db4o/Internal/Mapping/IIDMapping.cs | 21 +
.../Db4objects.Db4o/Internal/Mapping/IdSource.cs | 26 +
.../Internal/Mapping/MappedIDPair.cs | 33 +
.../Internal/Mapping/MappedIDPairHandler.cs | 80 +
.../Internal/Mapping/MappingNotFoundException.cs | 30 +
.../Internal/Marshall/AbstractFieldMarshaller.cs | 32 +
.../Internal/Marshall/AbstractReadContext.cs | 158 +
.../Internal/Marshall/AspectType.cs | 67 +
.../Internal/Marshall/AspectVersionContextImpl.cs | 36 +
.../Internal/Marshall/ClassMarshaller.cs | 215 +
.../Internal/Marshall/ClassMarshaller0.cs | 55 +
.../Internal/Marshall/ClassMarshaller1.cs | 23 +
.../Internal/Marshall/ClassMarshaller2.cs | 27 +
.../Internal/Marshall/CollectIdContext.cs | 84 +
.../Internal/Marshall/ContextState.cs | 15 +
.../Internal/Marshall/FieldMarshaller0.cs | 136 +
.../Internal/Marshall/FieldMarshaller1.cs | 110 +
.../Internal/Marshall/FieldMarshaller2.cs | 40 +
.../Internal/Marshall/IAspectVersionContext.cs | 12 +
.../Internal/Marshall/IFieldMarshaller.cs | 25 +
.../Internal/Marshall/IHandlerVersionContext.cs | 14 +
.../Internal/Marshall/IInternalReadContext.cs | 33 +
.../Internal/Marshall/IMarshallingInfo.cs | 19 +
.../Internal/Marshall/IObjectIdContext.cs | 12 +
.../Internal/Marshall/IdObjectCollector.cs | 36 +
.../Internal/Marshall/MarshallerFamily.cs | 129 +
.../Internal/Marshall/MarshallingContext.cs | 396 +
.../Internal/Marshall/MarshallingContextState.cs | 17 +
.../Internal/Marshall/ObjectHeader.cs | 104 +
.../Internal/Marshall/ObjectHeaderAttributes.cs | 26 +
.../Internal/Marshall/ObjectHeaderContext.cs | 67 +
.../Internal/Marshall/ObjectIdContextImpl.cs | 25 +
.../Internal/Marshall/ObjectReferenceContext.cs | 46 +
.../Internal/Marshall/PrimitiveMarshaller.cs | 27 +
.../Internal/Marshall/PrimitiveMarshaller0.cs | 96 +
.../Internal/Marshall/PrimitiveMarshaller1.cs | 46 +
.../Internal/Marshall/QueryingReadContext.cs | 183 +
.../Internal/Marshall/RawClassSpec.cs | 36 +
.../Internal/Marshall/RawFieldSpec.cs | 117 +
.../Internal/Marshall/SlotFormat.cs | 118 +
.../Internal/Marshall/SlotFormat0.cs | 37 +
.../Internal/Marshall/SlotFormat2.cs | 22 +
.../Internal/Marshall/SlotFormatCurrent.cs | 26 +
.../Internal/Marshall/UnknownTypeHandlerAspect.cs | 26 +
.../Internal/Marshall/UnmarshallingContext.cs | 201 +
.../Db4objects.Db4o/Internal/MarshallingBuffer.cs | 380 +
.../Db4objects.Db4o/Internal/MessageOutput.cs | 45 +
.../Db4objects.Db4o/Internal/Messages.cs | 152 +
.../Internal/Metadata/HierarchyAnalyzer.cs | 144 +
.../Internal/Metadata/IAspectTraversalStrategy.cs | 12 +
.../Internal/Metadata/ITraverseAspectCommand.cs | 18 +
.../MarshallingInfoTraverseAspectCommand.cs | 70 +
.../Metadata/ModifiedAspectTraversalStrategy.cs | 101 +
.../Metadata/StandardAspectTraversalStrategy.cs | 38 +
.../Internal/Metadata/TraverseFieldCommand.cs | 37 +
.../Db4objects.Db4o/Internal/Null.cs | 75 +
.../Db4objects.Db4o/Internal/NullFieldMetadata.cs | 27 +
.../Internal/NullTransactionListener.cs | 24 +
.../Db4objects.Db4o/Internal/ObjectAnalyzer.cs | 102 +
.../Internal/ObjectContainerBase.cs | 2885 ++++
.../Internal/ObjectContainerFactory.cs | 30 +
.../Internal/ObjectContainerSession.cs | 605 +
.../Db4objects.Db4o/Internal/ObjectID.cs | 80 +
.../Internal/ObjectInfoCollectionImpl.cs | 27 +
.../Db4objects.Db4o/Internal/ObjectReference.cs | 1103 ++
.../Db4objects.Db4o/Internal/ObjectTypeMetadata.cs | 25 +
.../Db4objects.Db4o/Internal/OpenTypeHandler.cs | 393 +
.../Db4objects.Db4o/Internal/PendingClassInits.cs | 104 +
.../Db4objects.Db4o/Internal/PersistentBase.cs | 181 +
.../Internal/PersistentIntegerArray.cs | 76 +
.../Internal/PreparedArrayContainsComparison.cs | 70 +
.../Internal/PrimitiveTypeMetadata.cs | 236 +
.../Internal/Qlin/QLinConstraint.cs | 18 +
.../Db4objects.Db4o/Internal/Qlin/QLinField.cs | 47 +
.../Db4objects.Db4o/Internal/Qlin/QLinNode.cs | 73 +
.../Db4objects.Db4o/Internal/Qlin/QLinOrderBy.cs | 28 +
.../Db4objects.Db4o/Internal/Qlin/QLinRoot.cs | 77 +
.../Db4objects.Db4o/Internal/Qlin/QLinSodaNode.cs | 23 +
.../Db4objects.Db4o/Internal/Qlin/QLinSubNode.cs | 41 +
.../Internal/Query/IDb4oEnhancedFilter.cs | 12 +
.../Internal/Query/IDb4oNQOptimizer.cs | 11 +
.../Internal/Query/IDb4oQueryExecutionListener.cs | 11 +
.../Internal/Query/NQOptimizationInfo.cs | 41 +
.../Internal/Query/PredicateEvaluation.cs | 28 +
.../Internal/Query/Processor/IInternalQuery.cs | 15 +
.../Internal/Query/Processor/QCandidate.cs | 830 +
.../Internal/Query/Processor/QCandidates.cs | 659 +
.../Internal/Query/Processor/QCon.cs | 894 ++
.../Internal/Query/Processor/QConClass.cs | 166 +
.../Internal/Query/Processor/QConEvaluation.cs | 128 +
.../Internal/Query/Processor/QConJoin.cs | 152 +
.../Internal/Query/Processor/QConObject.cs | 561 +
.../Internal/Query/Processor/QConPath.cs | 166 +
.../Internal/Query/Processor/QConUnconditional.cs | 34 +
.../Internal/Query/Processor/QConstraints.cs | 168 +
.../Db4objects.Db4o/Internal/Query/Processor/QE.cs | 93 +
.../Internal/Query/Processor/QEAbstract.cs | 23 +
.../Internal/Query/Processor/QEContains.cs | 24 +
.../Internal/Query/Processor/QEEndsWith.cs | 29 +
.../Internal/Query/Processor/QEEqual.cs | 15 +
.../Internal/Query/Processor/QEGreater.cs | 32 +
.../Internal/Query/Processor/QEIdentity.cs | 27 +
.../Internal/Query/Processor/QEMulti.cs | 85 +
.../Internal/Query/Processor/QENot.cs | 71 +
.../Internal/Query/Processor/QESmaller.cs | 32 +
.../Internal/Query/Processor/QEStartsWith.cs | 24 +
.../Internal/Query/Processor/QEStringCmp.cs | 51 +
.../Internal/Query/Processor/QField.cs | 156 +
.../Internal/Query/Processor/QPending.cs | 65 +
.../Internal/Query/Processor/QQuery.cs | 27 +
.../Internal/Query/Processor/QQueryBase.cs | 1206 ++
.../Query/Result/AbstractLateQueryResult.cs | 125 +
.../Internal/Query/Result/AbstractQueryResult.cs | 199 +
.../Internal/Query/Result/HybridQueryResult.cs | 108 +
.../Internal/Query/Result/IQueryResult.cs | 29 +
.../Internal/Query/Result/IdListQueryResult.cs | 250 +
.../Internal/Query/Result/IdTreeQueryResult.cs | 44 +
.../Internal/Query/Result/LazyQueryResult.cs | 48 +
.../Internal/Query/Result/SnapShotQueryResult.cs | 72 +
.../Internal/Query/Result/StatefulQueryResult.cs | 126 +
.../Internal/Query/SodaQueryComparator.cs | 247 +
.../Internal/References/HashcodeReferenceSystem.cs | 158 +
.../Internal/References/IReferenceSystem.cs | 29 +
.../Internal/References/IReferenceSystemFactory.cs | 13 +
.../Internal/References/ReferenceSystemRegistry.cs | 107 +
.../References/TransactionalReferenceSystem.cs | 63 +
.../References/TransactionalReferenceSystemBase.cs | 73 +
.../Reflect/Generic/KnownClassesCollector.cs | 105 +
.../Internal/Reflect/IFieldAccessor.cs | 14 +
.../Internal/Reflect/LenientFieldAccessor.cs | 35 +
.../Internal/Reflect/ReflectClasses.cs | 15 +
.../Internal/Reflect/StrictFieldAccessor.cs | 21 +
.../Db4objects.Db4o/Internal/ReflectException.cs | 38 +
.../Db4objects.Db4o/Internal/Reflection4.cs | 241 +
.../Internal/ReflectorConfigurationImpl.cs | 56 +
.../Db4objects.Db4o/Internal/Renames.cs | 24 +
.../Replication/IDb4oReplicationReference.cs | 16 +
.../IDb4oReplicationReferenceProvider.cs | 12 +
.../Db4objects.Db4o/Internal/SerializedGraph.cs | 45 +
.../Db4objects.Db4o/Internal/Serializer.cs | 76 +
.../Internal/SharedIndexedFields.cs | 17 +
.../Db4objects.Db4o/Internal/ShutDownRunnable.cs | 42 +
.../Internal/Slots/FreespaceSlotChange.cs | 19 +
.../Internal/Slots/IdSystemSlotChange.cs | 58 +
.../Db4objects.Db4o/Internal/Slots/Pointer4.cs | 35 +
.../Internal/Slots/ReferencedSlot.cs | 65 +
.../Db4objects.Db4o/Internal/Slots/Slot.cs | 132 +
.../Db4objects.Db4o/Internal/Slots/SlotChange.cs | 253 +
.../Internal/Slots/SlotChangeFactory.cs | 67 +
.../Internal/Slots/SystemSlotChange.cs | 33 +
.../Db4objects.Db4o/Internal/StatefulBuffer.cs | 238 +
.../Db4objects.Db4o/Internal/StoredClassImpl.cs | 131 +
.../Db4objects.Db4o/Internal/StoredFieldImpl.cs | 107 +
.../Db4objects.Db4o/Internal/SystemData.cs | 217 +
.../Db4objects.Db4o/Internal/SystemInfoFileImpl.cs | 54 +
.../Internal/Threading/IThreadPool4.cs | 18 +
.../Internal/Threading/ThreadPool4Impl.cs | 124 +
.../Threading/UncaughtExceptionEventArgs.cs | 24 +
.../Db4objects.Db4o/Internal/Transaction.cs | 402 +
.../Db4objects.Db4o/Internal/TransactionContext.cs | 20 +
.../Db4objects.Db4o/Internal/TransactionLocal.cs | 18 +
.../Internal/TransactionObjectCarrier.cs | 42 +
.../EmbeddedTransactionLogHandler.cs | 113 +
.../FileBasedTransactionLogHandler.cs | 225 +
.../Transactionlog/TransactionLogHandler.cs | 118 +
.../Db4objects.Db4o/Internal/TranslatedAspect.cs | 199 +
.../Internal/TransportObjectContainer.cs | 380 +
.../Db4objects.Db4o/Internal/TreeInt.cs | 247 +
.../Db4objects.Db4o/Internal/TreeIntObject.cs | 101 +
.../Db4objects.Db4o/Internal/TreeReader.cs | 97 +
.../Db4objects.Db4o/Internal/TypeHandlerAspect.cs | 220 +
.../Internal/TypeHandlerCloneContext.cs | 30 +
.../Internal/TypeHandlerConfiguration.cs | 68 +
.../Db4objects.Db4o/Internal/UUIDFieldMetadata.cs | 304 +
.../Internal/VersionFieldMetadata.cs | 65 +
.../Db4objects.Db4o/Internal/VirtualAttributes.cs | 33 +
.../Internal/VirtualFieldMetadata.cs | 181 +
.../Weakref/EnabledWeakReferenceSupport.cs | 92 +
.../Internal/Weakref/IWeakReferenceSupport.cs | 17 +
.../Weakref/WeakReferenceSupportFactory.cs | 53 +
.../Internal/WriteUpdateProcessor.cs | 103 +
.../Db4objects.Db4o/Marshall/IBufferContext.cs | 12 +
.../Db4objects.Db4o/Marshall/IContext.cs | 23 +
.../Db4objects.Db4o/Marshall/IReadBuffer.cs | 52 +
.../Db4objects.Db4o/Marshall/IReadContext.cs | 35 +
.../Marshall/IReferenceActivationContext.cs | 13 +
.../Db4objects.Db4o/Marshall/IReservedBuffer.cs | 21 +
.../Db4objects.Db4o/Marshall/IWriteBuffer.cs | 27 +
.../Db4objects.Db4o/Marshall/IWriteContext.cs | 56 +
.../Db4objects.Db4o/Messaging/IMessageContext.cs | 36 +
.../Db4objects.Db4o/Messaging/IMessageRecipient.cs | 36 +
.../Db4objects.Db4o/Messaging/IMessageSender.cs | 31 +
.../Db4objects.Db4o/Db4objects.Db4o/Qlin/IQLin.cs | 62 +
.../Db4objects.Db4o/Qlin/IQLinable.cs | 23 +
.../Db4objects.Db4o/Qlin/Prototypes.cs | 518 +
.../Db4objects.Db4o/Qlin/PrototypesException.cs | 16 +
.../Db4objects.Db4o/Qlin/QLinException.cs | 24 +
.../Db4objects.Db4o/Qlin/QLinOrderByDirection.cs | 53 +
.../Db4objects.Db4o/Qlin/QLinSupport.cs | 170 +
.../Db4objects.Db4o/Query/ICandidate.cs | 62 +
.../Db4objects.Db4o/Query/IConstraint.cs | 271 +
.../Db4objects.Db4o/Query/IConstraints.cs | 36 +
.../Db4objects.Db4o/Query/IEvaluation.cs | 48 +
.../Db4objects.Db4o/Query/IQuery.cs | 177 +
.../Db4objects.Db4o/Query/IQueryComparator.cs | 19 +
.../Db4objects.Db4o/Query/Predicate.cs | 168 +
.../Db4objects.Db4o/Reflect/ArrayInfo.cs | 58 +
.../Reflect/Core/AbstractReflectArray.cs | 151 +
.../Reflect/Core/ConstructorSupport.cs | 123 +
.../Reflect/Core/IConstructorAwareReflectClass.cs | 12 +
.../Reflect/Core/IReflectConstructor.cs | 19 +
.../Reflect/Core/PlatformReflectConstructor.cs | 31 +
.../Reflect/Core/ReflectConstructorSpec.cs | 71 +
.../Db4objects.Db4o/Reflect/Core/ReflectorUtils.cs | 59 +
.../Reflect/Generic/CollectionUpdateDepthEntry.cs | 19 +
.../Reflect/Generic/GenericArray.cs | 41 +
.../Reflect/Generic/GenericArrayClass.cs | 45 +
.../Reflect/Generic/GenericArrayReflector.cs | 115 +
.../Reflect/Generic/GenericClass.cs | 378 +
.../Reflect/Generic/GenericClassBuilder.cs | 53 +
.../Reflect/Generic/GenericField.cs | 99 +
.../Reflect/Generic/GenericObject.cs | 62 +
.../Reflect/Generic/GenericReflector.cs | 501 +
.../Reflect/Generic/GenericVirtualField.cs | 50 +
.../Reflect/Generic/IGenericConverter.cs | 14 +
.../Reflect/Generic/IReflectClassBuilder.cs | 19 +
.../Reflect/Generic/KnownClassesRepository.cs | 373 +
.../Db4objects.Db4o/Reflect/IReflectArray.cs | 41 +
.../Db4objects.Db4o/Reflect/IReflectClass.cs | 82 +
.../Reflect/IReflectClassPredicate.cs | 22 +
.../Db4objects.Db4o/Reflect/IReflectField.cs | 53 +
.../Db4objects.Db4o/Reflect/IReflectMethod.cs | 20 +
.../Db4objects.Db4o/Reflect/IReflector.cs | 52 +
.../Reflect/IReflectorConfiguration.cs | 13 +
.../Reflect/MultidimensionalArrayInfo.cs | 22 +
.../Db4objects.Db4o/Db4objects.Db4o/Rename.cs | 41 +
.../Db4objects.Db4o/Db4objects.Db4o/StaticClass.cs | 25 +
.../Db4objects.Db4o/Db4objects.Db4o/StaticField.cs | 25 +
.../TA/DeactivatingRollbackStrategy.cs | 20 +
.../Db4objects.Db4o/TA/IActivatable.cs | 135 +
.../Db4objects.Db4o/TA/IActivatableInstrumented.cs | 16 +
.../Db4objects.Db4o/TA/IRollbackStrategy.cs | 22 +
.../TA/NotTransparentActivationEnabled.cs | 34 +
.../Db4objects.Db4o/TA/TransactionalActivator.cs | 34 +
.../TA/TransparentActivationSupport.cs | 317 +
.../TA/TransparentPersistenceSupport.cs | 71 +
.../Typehandlers/CollectionTypeHandler.cs | 146 +
.../Typehandlers/IActivationContext.cs | 28 +
.../Typehandlers/ICascadingTypeHandler.cs | 38 +
.../Typehandlers/IInstantiatingTypeHandler.cs | 28 +
.../Typehandlers/IQueryableTypeHandler.cs | 11 +
.../Typehandlers/IReferenceTypeHandler.cs | 15 +
.../Typehandlers/ITypeFamilyTypeHandler.cs | 12 +
.../Db4objects.Db4o/Typehandlers/ITypeHandler4.cs | 42 +
.../Typehandlers/ITypeHandlerPredicate.cs | 31 +
.../Typehandlers/IValueTypeHandler.cs | 16 +
.../Typehandlers/IgnoreFieldsTypeHandler.cs | 62 +
.../Typehandlers/Internal/KeyValueHandlerPair.cs | 20 +
.../Db4objects.Db4o/Typehandlers/MapTypeHandler.cs | 158 +
.../SingleClassTypeHandlerPredicate.cs | 26 +
.../Db4objects.Db4o/Db4objects.Db4o/Types/IBlob.cs | 131 +
.../Db4objects.Db4o/Types/IDb4oType.cs | 10 +
.../Db4objects.Db4o/Types/ITransientClass.cs | 10 +
.../Db4objects.Db4o/Types/IUnversioned.cs | 13 +
.../Db4objects.Db4o/Db4objects.Db4o/User.cs | 25 +
.../Db4objects.Db4o/Properties/AssemblyInfo.cs | 29 +
.../Collections/ActivatableDictionary.cs | 320 +
.../Db4objects.Db4o/Collections/ActivatableList.cs | 385 +
.../Collections/ArrayDictionary4.cs | 170 +
.../Db4objects.Db4o/Collections/ArrayList4.cs | 299 +
.../Collections/IActivatableCollection.cs | 10 +
.../native/Db4objects.Db4o/Collections/ISet.cs | 13 +
.../Config/Attributes/ConfigurationIntrospector.cs | 66 +
.../Config/Attributes/IDb4oAttribute.cs | 11 +
.../Config/Attributes/IndexedAttribute.cs | 17 +
.../native/Db4objects.Db4o/Config/TClass.cs | 10 +
.../native/Db4objects.Db4o/Config/TCultureInfo.cs | 33 +
.../native/Db4objects.Db4o/Config/TDictionary.cs | 44 +
.../native/Db4objects.Db4o/Config/TList.cs | 37 +
.../native/Db4objects.Db4o/Config/TQueue.cs | 49 +
.../native/Db4objects.Db4o/Config/TStack.cs | 42 +
.../native/Db4objects.Db4o/Config/TTransient.cs | 33 +
.../native/Db4objects.Db4o/Config/TType.cs | 42 +
.../Defragment/AvailableTypeFilter.cs | 21 +
.../Diagnostic/DiagnosticToTrace.cs | 28 +
.../native/Db4objects.Db4o/Dynamic.cs | 44 +
.../native/Db4objects.Db4o/Foundation/CRC32.cs | 52 +
.../native/Db4objects.Db4o/Foundation/Closures4.cs | 28 +
.../native/Db4objects.Db4o/Foundation/Coercion4.cs | 72 +
.../Collections/CollectionInitializer.cs | 277 +
.../Db4objects.Db4o/Foundation/Environments.cs | 30 +
.../native/Db4objects.Db4o/Foundation/IO/File4.cs | 30 +
.../native/Db4objects.Db4o/Foundation/Iterators.cs | 62 +
.../native/Db4objects.Db4o/Foundation/My.cs | 12 +
.../Db4objects.Db4o/Foundation/RunnableAction.cs | 22 +
.../Foundation/SignatureGenerator.cs | 37 +
.../Db4objects.Db4o/IO/RandomAccessFileFactory.cs | 43 +
.../native/Db4objects.Db4o/IObjectContainer.cs | 496 +
.../Db4objects.Db4o/Internal/Collections/BigSet.cs | 81 +
.../Db4objects.Db4o/Internal/ComparerAdaptor.cs | 21 +
.../native/Db4objects.Db4o/Internal/Config4Impl.cs | 24 +
.../native/Db4objects.Db4o/Internal/Const4.cs | 8 +
.../Conversions/DropClassIndexesConversion.cs | 22 +
.../DropDateTimeOffsetClassIndexes_7_12.cs | 18 +
.../Conversions/DropEnumClassIndexes_7_10.cs | 15 +
.../Conversions/DropGuidClassIndexes_7_12.cs | 14 +
.../Convert/Conversions/ReindexNetDateTime_7_8.cs | 57 +
.../Internal/Encoding/UTF8StringEncoding.cs | 20 +
.../Internal/GenericTypeHandlerPredicate.cs | 32 +
.../Internal/Handlers/DateHandler.cs | 30 +
.../Internal/Handlers/DateTimeHandler.cs | 94 +
.../Internal/Handlers/DateTimeHandler6.cs | 33 +
.../Internal/Handlers/DecimalHandler.cs | 82 +
.../Internal/Handlers/IntegralTypeHandler.cs | 11 +
.../Internal/Handlers/PreparedComparisonFor.cs | 23 +
.../Internal/Handlers/SByteHandler.cs | 48 +
.../Internal/Handlers/StructHandler.cs | 10 +
.../Internal/Handlers/UIntHandler.cs | 61 +
.../Internal/Handlers/ULongHandler.cs | 71 +
.../Internal/Handlers/UShortHandler.cs | 57 +
.../Internal/Handlers/WeakReferenceHandler.cs | 29 +
.../Internal/Handlers/WeakReferenceHandlerQueue.cs | 46 +
.../Internal/IInternalObjectContainer.cs | 10 +
.../Internal/LegacyDb4oAssemblyNameMapper.cs | 90 +
.../Internal/Marshall/MarshallingConstants0.cs | 9 +
.../Internal/ObjectContainerBase.cs | 206 +
.../Internal/ObjectContainerSession.cs | 66 +
.../native/Db4objects.Db4o/Internal/Platform4.cs | 726 +
.../Internal/Query/EvaluationDelegateWrapper.cs | 81 +
.../Internal/Query/GenericObjectSetFacade.cs | 190 +
.../Db4objects.Db4o/Internal/Query/INQOptimizer.cs | 10 +
.../Internal/Query/NQOptimizerFactory.cs | 15 +
.../Internal/Query/NativeQueryHandler.cs | 230 +
.../Internal/Query/ObjectSetFacade.cs | 235 +
.../Internal/Query/QueryExecutionHandler.cs | 34 +
.../Query/QueryOptimizationFailureHandler.cs | 20 +
.../Query/SilverlightArrayListExtensions.cs | 14 +
.../Internal/Reflect/Emitters/AccessorFactory.cs | 67 +
.../Internal/Reflect/Emitters/Emitter.cs | 50 +
.../Internal/Reflect/Emitters/GetFieldEmitter.cs | 50 +
.../Internal/Reflect/Emitters/SetFieldEmitter.cs | 79 +
.../Internal/Reflect/FastNetReflector.cs | 84 +
.../Db4objects.Db4o/Internal/ReflectPlatform.cs | 54 +
.../Db4objects.Db4o/Internal/TagAttribute.cs | 21 +
.../Internal/TypeHandlerConfigurationDotNet.cs | 129 +
.../Db4objects.Db4o/Query/EvaluationDelegate.cs | 8 +
.../Db4objects.Db4o/Query/ISodaQueryFactory.cs | 21 +
.../Db4objects.Db4o/Query/PredicatePlatform.cs | 22 +
.../native/Db4objects.Db4o/Reflect/Net/NetArray.cs | 111 +
.../native/Db4objects.Db4o/Reflect/Net/NetClass.cs | 236 +
.../Db4objects.Db4o/Reflect/Net/NetConstructor.cs | 37 +
.../native/Db4objects.Db4o/Reflect/Net/NetField.cs | 135 +
.../Db4objects.Db4o/Reflect/Net/NetMethod.cs | 39 +
.../Db4objects.Db4o/Reflect/Net/NetReflector.cs | 210 +
.../native/Db4objects.Db4o/TransientAttribute.cs | 24 +
.../Typehandlers/CollectionTypeHandler.cs | 19 +
.../Typehandlers/ComparablePreparedComparison.cs | 27 +
.../Typehandlers/DateTimeOffsetTypeHandler.cs | 129 +
.../Typehandlers/EnumTypeHandler.cs | 201 +
.../Typehandlers/GenericCollectionTypeHandler.cs | 218 +
.../Typehandlers/GuidTypeHandler.cs | 137 +
.../Typehandlers/SystemArrayTypeHandler.cs | 137 +
.../Db4objects.Db4o/native/Sharpen/Collections.cs | 52 +
.../native/Sharpen/IO/BufferedInputStream.cs | 41 +
.../native/Sharpen/IO/BufferedOutputStream.cs | 46 +
.../native/Sharpen/IO/ByteArrayInputStream.cs | 14 +
.../native/Sharpen/IO/ByteArrayOutputStream.cs | 38 +
.../Db4objects.Db4o/native/Sharpen/IO/File.cs | 170 +
.../native/Sharpen/IO/FileInputStream.cs | 14 +
.../native/Sharpen/IO/FileOutputStream.cs | 14 +
.../native/Sharpen/IO/IFilenameFilter.cs | 10 +
.../native/Sharpen/IO/IInputStream.cs | 13 +
.../native/Sharpen/IO/IOutputStream.cs | 15 +
.../native/Sharpen/IO/InputStream.cs | 34 +
.../native/Sharpen/IO/OutputStream.cs | 34 +
.../native/Sharpen/IO/RandomAccessFile.cs | 97 +
.../native/Sharpen/IO/StreamAdaptor.cs | 26 +
.../Sharpen/Lang/IdentityHashCodeProvider.cs | 57 +
.../Db4objects.Db4o/native/Sharpen/Lang/Reflect.cs | 10 +
.../native/Sharpen/Lang/Runnable.cs | 8 +
.../Lang/SimpleTypeReference.Silverlight.cs | 94 +
.../Db4objects.Db4o/native/Sharpen/Lang/Thread.cs | 147 +
.../native/Sharpen/Lang/ThreadLocal.cs | 49 +
.../native/Sharpen/Lang/TypeReference.cs | 303 +
.../native/Sharpen/Lang/TypeReferenceLexer.cs | 186 +
.../native/Sharpen/Lang/TypeReferenceParser.cs | 259 +
.../native/Sharpen/Net/ServerSocket.cs | 42 +
.../Db4objects.Db4o/native/Sharpen/Net/Socket.cs | 149 +
.../native/Sharpen/Net/SocketWrapper.cs | 61 +
.../Db4objects.Db4o/native/Sharpen/Runtime.cs | 287 +
.../native/Sharpen/Text/DecimalFormat.cs | 20 +
.../Db4objects.Db4o/native/Sharpen/Util/Arrays.cs | 40 +
.../Db4objects.Db4o/native/Sharpen/Util/HashSet.cs | 175 +
.../Db4objects.Db4o/native/Sharpen/Util/ISet.cs | 13 +
.../Db4objects.Db4o/native/Sharpen/Util/Random.cs | 30 +
.../Db4objects.Db4o/Config/SilverlightSupport.cs | 26 +
.../Db4objects.Db4o/Foundation/IO/File4.cs | 45 +
.../Db4objects.Db4o/IO/IsolatedStorageFileBin.cs | 169 +
.../Db4objects.Db4o/IO/IsolatedStorageStorage.cs | 113 +
.../Db4objects.Db4o/IO/SilverlightIO.cs | 42 +
.../Db4objects.Db4o/Internal/BlobImpl.cs | 46 +
.../Silverlight/System/Collections/ArrayList.cs | 20 +
.../Silverlight/System/Collections/Hashtable.cs | 25 +
.../native/Silverlight/System/NonSerialized.cs | 12 +
.../native/Silverlight/System/Serializable.cs | 10 +
.../Db4objects.Db4o/native/compact/Lock4.cs | 121 +
lib/db4o-net/Db4objects.Db4o/native/net/Compat.cs | 10 +
lib/db4o-net/Db4objects.Db4o/native/net/Lock4.cs | 30 +
.../native/net/SerializationConstructor.cs | 32 +
.../Db4objects.Db4o/native/net/TSerializable.cs | 48 +
lib/jabber-net/2005-jabber-net.csproj | 481 +
lib/jabber-net/AssemblyInfo.cs | 24 +
lib/jabber-net/ConsoleClient/AssemblyInfo.cs | 71 +
lib/jabber-net/ConsoleClient/Main.cs | 229 +
lib/jabber-net/Example/AddContact.cs | 325 +
lib/jabber-net/Example/AddGroup.cs | 128 +
lib/jabber-net/Example/AssemblyInfo.cs | 72 +
lib/jabber-net/Example/ConferenceForm.cs | 253 +
lib/jabber-net/Example/MainForm.cs | 1224 ++
lib/jabber-net/Example/PubSubDisplay.cs | 155 +
lib/jabber-net/Example/PubSubSubscribeForm.cs | 191 +
lib/jabber-net/Example/SendMessage.cs | 209 +
lib/jabber-net/Example/ServiceDisplay.cs | 248 +
lib/jabber-net/bedrock/Delegates.cs | 42 +
lib/jabber-net/bedrock/collections/ByteStack.cs | 160 +
lib/jabber-net/bedrock/collections/GraphNode.cs | 150 +
lib/jabber-net/bedrock/collections/ISet.cs | 66 +
lib/jabber-net/bedrock/collections/IndexedTrie.cs | 146 +
lib/jabber-net/bedrock/collections/LinkedList.cs | 565 +
lib/jabber-net/bedrock/collections/Set.cs | 229 +
lib/jabber-net/bedrock/collections/SkipList.cs | 519 +
lib/jabber-net/bedrock/collections/StringSet.cs | 440 +
lib/jabber-net/bedrock/collections/Tree.cs | 839 ++
lib/jabber-net/bedrock/collections/Trie.cs | 466 +
lib/jabber-net/bedrock/collections/TrieNode.cs | 267 +
lib/jabber-net/bedrock/io/BufferAggregate.cs | 133 +
lib/jabber-net/bedrock/io/ReadEventStream.cs | 236 +
lib/jabber-net/bedrock/io/ZlibStream.cs | 444 +
lib/jabber-net/bedrock/net/Address.cs | 354 +
lib/jabber-net/bedrock/net/AsyncSocket.cs | 1314 ++
lib/jabber-net/bedrock/net/BaseSocket.cs | 180 +
lib/jabber-net/bedrock/net/CertUtil.cs | 60 +
lib/jabber-net/bedrock/net/Exceptions.cs | 69 +
lib/jabber-net/bedrock/net/HttpSocket.cs | 647 +
lib/jabber-net/bedrock/net/IHttpSocket.cs | 19 +
lib/jabber-net/bedrock/net/ProxySocket.cs | 318 +
lib/jabber-net/bedrock/net/ShttpProxy.cs | 173 +
lib/jabber-net/bedrock/net/SocketEventListener.cs | 203 +
lib/jabber-net/bedrock/net/SocketWatcher.cs | 318 +
lib/jabber-net/bedrock/net/Socks4Proxy.cs | 176 +
lib/jabber-net/bedrock/net/Socks5Proxy.cs | 265 +
lib/jabber-net/bedrock/net/XEP124Socket.cs | 673 +
lib/jabber-net/bedrock/net/XEP25Socket.cs | 518 +
lib/jabber-net/bedrock/util/ConfigFile.cs | 163 +
lib/jabber-net/bedrock/util/GetOptBase.cs | 553 +
lib/jabber-net/bedrock/util/IdleTime.cs | 217 +
lib/jabber-net/bedrock/util/Version.cs | 632 +
lib/jabber-net/jabber/JID.cs | 723 +
lib/jabber-net/jabber/client/BookmarkManager.cs | 293 +
lib/jabber-net/jabber/client/JabberClient.bmp | Bin 0 -> 246 bytes
lib/jabber-net/jabber/client/JabberClient.cs | 1031 ++
lib/jabber-net/jabber/client/JabberClient.resx | 105 +
lib/jabber-net/jabber/client/PresenceManager.bmp | Bin 0 -> 1334 bytes
lib/jabber-net/jabber/client/PresenceManager.cs | 566 +
lib/jabber-net/jabber/client/PresenceManager.resx | 105 +
lib/jabber-net/jabber/client/RosterManager.bmp | Bin 0 -> 1334 bytes
lib/jabber-net/jabber/client/RosterManager.cs | 450 +
lib/jabber-net/jabber/client/RosterManager.resx | 105 +
.../jabber/connection/BindingStanzaStream.cs | 48 +
lib/jabber-net/jabber/connection/CapsManager.bmp | Bin 0 -> 822 bytes
lib/jabber-net/jabber/connection/CapsManager.cs | 573 +
.../jabber/connection/CertificatePrompt.cs | 240 +
.../jabber/connection/CertificatePrompt.resx | 129 +
.../jabber/connection/ConferenceManager.bmp | Bin 0 -> 594 bytes
.../jabber/connection/ConferenceManager.cs | 1658 ++
lib/jabber-net/jabber/connection/DiscoManager.bmp | Bin 0 -> 822 bytes
lib/jabber-net/jabber/connection/DiscoManager.cs | 1332 ++
lib/jabber-net/jabber/connection/FileMap.cs | 220 +
.../jabber/connection/HttpStanzaStream.cs | 302 +
lib/jabber-net/jabber/connection/HttpUploader.cs | 78 +
lib/jabber-net/jabber/connection/IQTracker.cs | 230 +
.../jabber/connection/PollingStanzaStream.cs | 50 +
lib/jabber-net/jabber/connection/PubSubManager.bmp | Bin 0 -> 822 bytes
lib/jabber-net/jabber/connection/PubSubManager.cs | 1164 ++
.../jabber/connection/SocketStanzaStream.cs | 467 +
lib/jabber-net/jabber/connection/StanzaStream.cs | 296 +
lib/jabber-net/jabber/connection/States.cs | 216 +
.../jabber/connection/StreamComponent.cs | 149 +
lib/jabber-net/jabber/connection/XmppStream.cs | 1774 +++
lib/jabber-net/jabber/connection/XmppStream.resx | 42 +
.../jabber/connection/sasl/ExternalProcessor.cs | 44 +
.../jabber/connection/sasl/KerbProcessor.cs | 798 +
.../jabber/connection/sasl/MD5Processor.cs | 339 +
.../jabber/connection/sasl/PlainProcessor.cs | 63 +
.../jabber/connection/sasl/SASLProcessor.cs | 191 +
.../jabber/protocol/AsynchElementStream.cs | 398 +
lib/jabber-net/jabber/protocol/Element.cs | 958 ++
lib/jabber-net/jabber/protocol/ElementFactory.cs | 198 +
lib/jabber-net/jabber/protocol/ElementList.cs | 332 +
lib/jabber-net/jabber/protocol/ElementStream.cs | 166 +
lib/jabber-net/jabber/protocol/EnumParser.cs | 189 +
lib/jabber-net/jabber/protocol/NS.cs | 106 +
lib/jabber-net/jabber/protocol/Packet.cs | 89 +
.../jabber/protocol/SynchElementStream.cs | 177 +
lib/jabber-net/jabber/protocol/URI.cs | 267 +
lib/jabber-net/jabber/protocol/accept/Factory.cs | 41 +
lib/jabber-net/jabber/protocol/accept/Handshake.cs | 67 +
lib/jabber-net/jabber/protocol/accept/Log.cs | 121 +
lib/jabber-net/jabber/protocol/accept/Route.cs | 93 +
lib/jabber-net/jabber/protocol/accept/Xdb.cs | 136 +
lib/jabber-net/jabber/protocol/client/Error.cs | 428 +
lib/jabber-net/jabber/protocol/client/Factory.cs | 41 +
lib/jabber-net/jabber/protocol/client/IQ.cs | 230 +
lib/jabber-net/jabber/protocol/client/Message.cs | 185 +
lib/jabber-net/jabber/protocol/client/Presence.cs | 362 +
.../jabber/protocol/client/ProtocolException.cs | 112 +
lib/jabber-net/jabber/protocol/iq/Agents.cs | 229 +
lib/jabber-net/jabber/protocol/iq/Auth.cs | 175 +
lib/jabber-net/jabber/protocol/iq/Bookmarks.cs | 344 +
lib/jabber-net/jabber/protocol/iq/Browse.cs | 158 +
lib/jabber-net/jabber/protocol/iq/Disco.cs | 552 +
lib/jabber-net/jabber/protocol/iq/Factory.cs | 151 +
lib/jabber-net/jabber/protocol/iq/GeoLoc.cs | 146 +
lib/jabber-net/jabber/protocol/iq/Last.cs | 87 +
lib/jabber-net/jabber/protocol/iq/MUC.cs | 1145 ++
lib/jabber-net/jabber/protocol/iq/OOB.cs | 87 +
lib/jabber-net/jabber/protocol/iq/Private.cs | 66 +
lib/jabber-net/jabber/protocol/iq/PubSub.cs | 1278 ++
lib/jabber-net/jabber/protocol/iq/PubSubErrors.cs | 779 +
lib/jabber-net/jabber/protocol/iq/PubSubEvent.cs | 459 +
lib/jabber-net/jabber/protocol/iq/PubSubOwner.cs | 419 +
lib/jabber-net/jabber/protocol/iq/Register.cs | 278 +
lib/jabber-net/jabber/protocol/iq/Roster.cs | 300 +
lib/jabber-net/jabber/protocol/iq/Time.cs | 113 +
lib/jabber-net/jabber/protocol/iq/VCard.cs | 965 ++
lib/jabber-net/jabber/protocol/iq/Version.cs | 88 +
lib/jabber-net/jabber/protocol/stream/Bind.cs | 65 +
.../jabber/protocol/stream/Compression.cs | 194 +
lib/jabber-net/jabber/protocol/stream/Error.cs | 56 +
lib/jabber-net/jabber/protocol/stream/Factory.cs | 59 +
lib/jabber-net/jabber/protocol/stream/Features.cs | 77 +
lib/jabber-net/jabber/protocol/stream/HttpBind.cs | 461 +
lib/jabber-net/jabber/protocol/stream/SASL.cs | 559 +
lib/jabber-net/jabber/protocol/stream/Session.cs | 47 +
lib/jabber-net/jabber/protocol/stream/StartTLS.cs | 127 +
lib/jabber-net/jabber/protocol/stream/Stream.cs | 82 +
lib/jabber-net/jabber/protocol/x/Caps.cs | 125 +
lib/jabber-net/jabber/protocol/x/Data.cs | 640 +
lib/jabber-net/jabber/protocol/x/Delay.cs | 134 +
lib/jabber-net/jabber/protocol/x/Event.cs | 183 +
lib/jabber-net/jabber/protocol/x/Factory.cs | 45 +
lib/jabber-net/jabber/server/JabberService.bmp | Bin 0 -> 1078 bytes
lib/jabber-net/jabber/server/JabberService.cs | 466 +
lib/jabber-net/jabber/server/JabberService.resx | 42 +
lib/jabber-net/jabber/server/XdbTracker.cs | 166 +
lib/jabber-net/muzzle/AssemblyInfo.cs | 26 +
lib/jabber-net/muzzle/BottomScrollRichText.cs | 414 +
lib/jabber-net/muzzle/ChatHistory.cs | 101 +
lib/jabber-net/muzzle/ClientLogin.cs | 663 +
lib/jabber-net/muzzle/ComponentLogin.cs | 277 +
lib/jabber-net/muzzle/InputBox.cs | 168 +
lib/jabber-net/muzzle/JidMulti.cs | 226 +
lib/jabber-net/muzzle/Litmus.cs | 272 +
lib/jabber-net/muzzle/OptionForm.cs | 501 +
lib/jabber-net/muzzle/RosterTree.cs | 699 +
lib/jabber-net/muzzle/StreamControl.cs | 111 +
lib/jabber-net/muzzle/StripChart.cs | 755 +
lib/jabber-net/muzzle/XDataForm.cs | 715 +
lib/jabber-net/muzzle/XmppDebugger.cs | 390 +
.../netlib.Dns/Properties/AssemblyInfo.cs | 31 +
lib/jabber-net/netlib.Dns/dns.cs | 2087 +++
lib/jabber-net/stringprep/AssemblyInfo.cs | 74 +
lib/jabber-net/stringprep/Nameprep.cs | 35 +
lib/jabber-net/stringprep/Plain.cs | 35 +
lib/jabber-net/stringprep/Profile.cs | 137 +
lib/jabber-net/stringprep/ResTool/AssemblyInfo.cs | 72 +
lib/jabber-net/stringprep/ResTool/Main.cs | 55 +
lib/jabber-net/stringprep/XmppNode.cs | 50 +
lib/jabber-net/stringprep/XmppResource.cs | 36 +
lib/jabber-net/stringprep/steps/BidiStep.cs | 106 +
lib/jabber-net/stringprep/steps/MapStep.cs | 87 +
lib/jabber-net/stringprep/steps/NFKCStep.cs | 177 +
lib/jabber-net/stringprep/steps/ProfileStep.cs | 50 +
lib/jabber-net/stringprep/steps/ProhibitStep.cs | 138 +
lib/jabber-net/stringprep/steps/RFC3454.cs | 2655 ++++
lib/jabber-net/stringprep/steps/ResourceLoader.cs | 47 +
lib/jabber-net/stringprep/unicode/Combining.cs | 38 +
lib/jabber-net/stringprep/unicode/CombiningData.cs | 550 +
lib/jabber-net/stringprep/unicode/Compose.cs | 107 +
lib/jabber-net/stringprep/unicode/ComposeData.cs | 729 +
lib/jabber-net/stringprep/unicode/Decompose.cs | 51 +
lib/jabber-net/stringprep/unicode/DecomposeData.cs | 6470 ++++++++
.../stringprep/unicode/ResourceLoader.cs | 47 +
lib/jabber-net/test/AssemblyInfo.cs | 74 +
.../test/bedrock/collections/ByteStackTest.cs | 89 +
lib/jabber-net/test/bedrock/collections/SetTest.cs | 114 +
.../test/bedrock/collections/SkipListTest.cs | 152 +
.../test/bedrock/collections/StringSet.cs | 145 +
.../test/bedrock/collections/TreeTest.cs | 179 +
.../test/bedrock/collections/TrieNodeTest.cs | 43 +
.../test/bedrock/collections/TrieTest.cs | 103 +
lib/jabber-net/test/bedrock/io/ZlibStream.cs | 73 +
lib/jabber-net/test/bedrock/net/AsyncSocketTest.cs | 188 +
lib/jabber-net/test/bedrock/net/HttpSocketTest.cs | 197 +
lib/jabber-net/test/bedrock/net/HttpUploadTest.cs | 58 +
.../test/bedrock/net/SSLAsyncSocketTest.cs | 218 +
lib/jabber-net/test/bedrock/util/GetOptBaseTest.cs | 323 +
lib/jabber-net/test/bedrock/util/VersionTest.cs | 161 +
lib/jabber-net/test/jabber/JIDTest.cs | 367 +
.../test/jabber/client/PresenceManagerTest.cs | 295 +
.../test/jabber/client/RosterManagerTest.cs | 85 +
.../test/jabber/connection/CapsManagerTest.cs | 223 +
.../jabber/connection/ConferenceManagerTest.cs | 438 +
.../test/jabber/connection/DiscoManagerTest.cs | 268 +
lib/jabber-net/test/jabber/connection/FileMap.cs | 83 +
.../test/jabber/connection/PubSubManagerTest.cs | 285 +
.../test/jabber/connection/sasl/MD5Processor.cs | 48 +
.../test/jabber/protocol/ElementListTest.cs | 84 +
.../test/jabber/protocol/ElementStreamTest.cs | 153 +
.../test/jabber/protocol/EnumParserTest.cs | 115 +
lib/jabber-net/test/jabber/protocol/PacketTest.cs | 70 +
.../test/jabber/protocol/accept/RouteTest.cs | 41 +
.../test/jabber/protocol/client/IQTest.cs | 48 +
.../test/jabber/protocol/client/MessageTest.cs | 87 +
.../test/jabber/protocol/client/PresenceTest.cs | 79 +
.../test/jabber/protocol/iq/AgentTest.cs | 90 +
lib/jabber-net/test/jabber/protocol/iq/AuthTest.cs | 78 +
.../test/jabber/protocol/iq/PubSubTest.cs | 57 +
.../test/jabber/protocol/iq/RegisterTest.cs | 52 +
.../test/jabber/protocol/iq/RosterTest.cs | 110 +
lib/jabber-net/test/jabber/protocol/iq/TimeTest.cs | 48 +
.../test/jabber/protocol/stream/FactoryTest.cs | 37 +
.../test/jabber/protocol/stream/StreamTest.cs | 64 +
lib/jabber-net/test/jabber/protocol/x/DataTest.cs | 130 +
lib/jabber-net/test/jabber/protocol/x/EventTest.cs | 58 +
lib/jabber-net/test/stringprep/TestDecompose.cs | 37 +
lib/jabber-net/test/stringprep/TestDraft.cs | 669 +
lib/jabber-net/test/stringprep/TestNFKC.cs | 146 +
lib/jabber-net/test/stringprep/TestNameprep.cs | 359 +
lib/jabber-net/test/stringprep/TestNodeprep.cs | 100 +
lib/jabber-net/test/stringprep/TestResourceprep.cs | 51 +
lib/jabber-net/xpnet/ContentToken.cs | 191 +
lib/jabber-net/xpnet/Encoding.cs | 3177 ++++
lib/jabber-net/xpnet/Exceptions.cs | 180 +
lib/jabber-net/xpnet/Position.cs | 74 +
lib/jabber-net/xpnet/Token.cs | 73 +
lib/jabber-net/xpnet/UTF8Encoding.cs | 266 +
lib/osx/Info.plist.in | 28 +
libtool.m4 | 8001 ++++++++++
ltmain.sh | 14841 ++++++++++--------
ltoptions.m4 | 384 +
ltsugar.m4 | 123 +
ltversion.m4 | 23 +
lt~obsolete.m4 | 98 +
po-Engine-IRC/LINGUAS | 5 +
po-Engine-IRC/POTFILES.skip | 2 +
po-Engine-IRC/ca.po | 180 +-
po-Engine-IRC/da.po | 193 +-
po-Engine-IRC/de.po | 209 +-
po-Engine-IRC/es.po | 221 +-
po-Engine-IRC/fr.po | 202 +-
po-Engine-IRC/it.po | 174 +-
po-Engine-IRC/pt.po | 174 +-
po-Engine-IRC/ru.po | 330 +
po-Engine-IRC/sk.po | 347 +
po-Engine-IRC/sv.po | 209 +-
po-Engine-IRC/tr.po | 340 +
po-Engine-IRC/ur.po | 340 +
po-Engine-IRC/zh_CN.po | 340 +
po-Engine-Twitter/LINGUAS | 10 +-
po-Engine-Twitter/POTFILES.skip | 2 +
po-Engine-Twitter/ca.po | 110 +-
po-Engine-Twitter/da.po | 152 +-
po-Engine-Twitter/de.po | 166 +-
po-Engine-Twitter/en_GB.po | 163 +
po-Engine-Twitter/es.po | 151 +
po-Engine-Twitter/fi.po | 163 +
po-Engine-Twitter/fr.po | 158 +-
po-Engine-Twitter/it.po | 126 +-
po-Engine-Twitter/pt.po | 122 +-
po-Engine-Twitter/ru.po | 163 +
po-Engine-Twitter/sk.po | 179 +
po-Engine-Twitter/sv.po | 167 +-
po-Engine-Twitter/tr.po | 163 +
po-Engine-Twitter/ur.po | 163 +
po-Engine-Twitter/zh_CN.po | 168 +
po-Engine/LINGUAS | 5 +
po-Engine/POTFILES.in | 2 +
po-Engine/POTFILES.skip | 2 +
po-Engine/da.po | 163 +-
po-Engine/de.po | 171 +-
po-Engine/es.po | 143 +-
po-Engine/fr.po | 166 +-
po-Engine/it.po | 81 +-
po-Engine/pt.po | 70 +-
po-Engine/ru.po | 167 +
po-Engine/sk.po | 174 +
po-Engine/sv.po | 170 +-
po-Engine/tr.po | 171 +
po-Engine/ur.po | 170 +
po-Engine/zh_CN.po | 199 +
po-Frontend-GNOME-IRC/LINGUAS | 2 +
po-Frontend-GNOME-IRC/POTFILES.skip | 2 +
po-Frontend-GNOME-IRC/da.po | 57 +-
po-Frontend-GNOME-IRC/de.po | 56 +-
po-Frontend-GNOME-IRC/es.po | 64 +-
po-Frontend-GNOME-IRC/fr.po | 60 +-
po-Frontend-GNOME-IRC/it.po | 2 +-
po-Frontend-GNOME-IRC/pt.po | 3 +-
po-Frontend-GNOME-IRC/ru.po | 86 +
po-Frontend-GNOME-IRC/sv.po | 60 +-
po-Frontend-GNOME-IRC/zh_CN.po | 91 +
po-Frontend-GNOME/LINGUAS | 2 +
po-Frontend-GNOME/POTFILES.in | 1 +
po-Frontend-GNOME/POTFILES.skip | 2 +
po-Frontend-GNOME/ca.po | 580 +-
po-Frontend-GNOME/da.po | 698 +-
po-Frontend-GNOME/de.po | 830 +-
po-Frontend-GNOME/es.po | 850 +-
po-Frontend-GNOME/fr.po | 829 +-
po-Frontend-GNOME/it.po | 592 +-
po-Frontend-GNOME/pt.po | 577 +-
po-Frontend-GNOME/ru.po | 1038 ++
po-Frontend-GNOME/sv.po | 789 +-
po-Frontend-GNOME/zh_CN.po | 1141 ++
po-Frontend/LINGUAS | 1 +
po-Frontend/POTFILES.skip | 2 +
po-Frontend/da.po | 91 +-
po-Frontend/de.po | 91 +-
po-Frontend/es.po | 52 +-
po-Frontend/fr.po | 91 +-
po-Frontend/it.po | 2 +-
po-Frontend/pt.po | 3 +-
po-Frontend/sv.po | 113 +-
po-Frontend/zh_CN.po | 132 +
po-Server/LINGUAS | 3 +
po-Server/POTFILES.skip | 2 +
po-Server/da.po | 99 +-
po-Server/de.po | 104 +-
po-Server/es.po | 109 +
po-Server/fr.po | 127 +-
po-Server/it.po | 113 +
po-Server/pt.po | 8 +-
po-Server/sv.po | 107 +-
po-Server/zh_CN.po | 133 +
po/Makefile.in.in | 2 +-
po/POTFILES.skip | 1 +
programs.m4 | 2 +-
src/AssemblyVersion.cs | 2 +-
src/Common/AssemblyInfo.cs | 8 +-
src/Common/AtomFeed.cs | 151 +
src/Common/Defines.cs | 29 +-
src/Common/Defines.cs.in | 27 +-
src/Common/FastSerializer.cs | 17 +-
src/Common/IOSecurity.cs | 93 +
src/Common/Makefile.am | 5 +
src/Common/Makefile.in | 83 +-
src/Common/Platform.cs | 22 +-
src/Common/ThreadPoolQueue.cs | 80 +
src/Common/Trace.cs | 39 +-
src/Engine-IRC/AssemblyInfo.cs | 8 +-
src/Engine-IRC/Config/IrcServerModel.cs | 34 +
src/Engine-IRC/Makefile.am | 1 +
src/Engine-IRC/Makefile.in | 79 +-
.../Protocols/Irc/IrcGroupPersonModel.cs | 38 +-
src/Engine-IRC/Protocols/Irc/IrcMessageBuilder.cs | 20 +-
src/Engine-IRC/Protocols/Irc/IrcProtocolManager.cs | 432 +-
src/Engine-MSNP/Makefile.in | 78 +-
.../Protocols/Msnp/MsnpProtocolManager.cs | 32 +-
src/Engine-OSCAR/Makefile.in | 78 +-
.../Protocols/Oscar/OscarProtocolManager.cs | 30 +-
src/Engine-Twitter/AssemblyInfo.cs | 8 +-
src/Engine-Twitter/Makefile.am | 3 +-
src/Engine-Twitter/Makefile.in | 83 +-
.../Protocols/Twitter/TwitterProtocolManager.cs | 386 +-
src/Engine-XMPP/AssemblyInfo.cs | 8 +-
src/Engine-XMPP/Config/XmppServerModel.cs | 33 +
src/Engine-XMPP/Makefile.am | 122 +-
src/Engine-XMPP/Makefile.in | 233 +-
src/Engine-XMPP/Protocols/Xmpp/IQ/OwnMessage.cs | 99 +
.../Protocols/Xmpp/XmppGroupChatModel.cs | 35 +
.../Protocols/Xmpp/XmppProtocolManager.cs | 638 +-
src/Engine/AssemblyInfo.cs | 8 +-
src/Engine/Chats/ChatModel.cs | 235 +-
src/Engine/Chats/GroupChatModel.cs | 31 +-
src/Engine/Chats/SessionChatModel.cs | 10 +-
src/Engine/Config/Config.cs | 34 +-
src/Engine/Config/EntrySettings.cs | 57 +
src/Engine/Config/FrontendConfig.cs | 4 +
src/Engine/Config/ProxySettings.cs | 156 +
src/Engine/Config/ProxyType.cs | 1 +
src/Engine/Config/ServerModel.cs | 8 +-
src/Engine/Config/UserConfig.cs | 52 +-
src/Engine/Engine.cs | 16 +-
src/Engine/FrontendManager.cs | 78 +-
src/Engine/Makefile.am | 28 +-
src/Engine/Makefile.in | 102 +-
src/Engine/MessageBuffers/Db4oMessageBuffer.cs | 694 +
src/Engine/MessageBuffers/IMessageBuffer.cs | 31 +
src/Engine/MessageBuffers/ListMessageBuffer.cs | 66 +
src/Engine/MessageBuffers/MessageBufferBase.cs | 65 +
.../MessageBuffers/MessageBufferPersistencyType.cs | 30 +
src/Engine/Messages/FeedMessageBuilder.cs | 72 +
src/Engine/Messages/MessageBuilder.cs | 57 +-
src/Engine/Messages/MessageModel.cs | 36 +-
src/Engine/Messages/MessageParser.cs | 44 +-
src/Engine/Messages/MessagePartModel.cs | 5 +
src/Engine/Messages/TextMessagePartModel.cs | 14 +
src/Engine/Messages/UrlMessagePartModel.cs | 24 +-
src/Engine/Persons/ContactModel.cs | 66 +-
src/Engine/Persons/PersonModel.cs | 10 +-
src/Engine/Protocols/IProtocolManager.cs | 6 +-
src/Engine/Protocols/ProtocolManagerBase.cs | 120 +-
src/Engine/Session.cs | 464 +-
src/Engine/TextColorContrast.cs | 34 +
src/Engine/TextColorTools.cs | 171 +
src/Frontend-Curses/Makefile.in | 78 +-
src/Frontend-GNOME-IRC/AssemblyInfo.cs | 8 +-
src/Frontend-GNOME-IRC/IrcGroupChatView.cs | 276 +-
src/Frontend-GNOME-IRC/IrcPersonChatView.cs | 42 +-
src/Frontend-GNOME-IRC/Makefile.in | 78 +-
src/Frontend-GNOME-XMPP/Makefile.in | 78 +-
src/Frontend-GNOME/AboutDialog.cs | 27 +-
src/Frontend-GNOME/AssemblyInfo.cs | 8 +-
src/Frontend-GNOME/ChatViewManager.cs | 327 +-
src/Frontend-GNOME/ColorContrast.cs | 36 -
src/Frontend-GNOME/ColorConverter.cs | 73 +
src/Frontend-GNOME/ColorTools.cs | 224 -
src/Frontend-GNOME/CrashDialog.cs | 45 +-
src/Frontend-GNOME/EngineManagerDialog.cs | 30 +-
src/Frontend-GNOME/Entry.cs | 194 +-
src/Frontend-GNOME/FindGroupChatDialog.cs | 16 +-
src/Frontend-GNOME/Frontend.cs | 472 +-
src/Frontend-GNOME/GnomeUI.cs | 76 +-
src/Frontend-GNOME/IndicateManager.cs | 92 +-
src/Frontend-GNOME/LinkTag.cs | 38 +
src/Frontend-GNOME/MainWindow.cs | 259 +-
src/Frontend-GNOME/Makefile.am | 135 +-
src/Frontend-GNOME/Makefile.in | 495 +-
src/Frontend-GNOME/NetworkManager.cs | 142 +
src/Frontend-GNOME/Notebook.cs | 133 +-
src/Frontend-GNOME/NotifyManager.cs | 123 +-
src/Frontend-GNOME/PangoTools.cs | 16 +-
.../Preferences/PreferencesDialog.cs | 110 +-
src/Frontend-GNOME/QuickConnectDialog.cs | 8 +-
src/Frontend-GNOME/StatusIconManager.cs | 18 +-
src/Frontend-GNOME/ThemeSettings.cs | 31 +-
.../Views/Assistants/Engine/EngineAssistant.cs | 21 +
.../Engine/EngineAssistantCredentialsWidget.cs | 6 +
src/Frontend-GNOME/Views/Chats/ChatView.cs | 379 +-
src/Frontend-GNOME/Views/Chats/GroupChatView.cs | 243 +-
src/Frontend-GNOME/Views/Chats/PersonChatView.cs | 23 +-
src/Frontend-GNOME/Views/Chats/ProtocolChatView.cs | 53 +-
src/Frontend-GNOME/Views/Chats/SessionChatView.cs | 18 +-
src/Frontend-GNOME/Views/MessageTextView.cs | 181 +-
src/Frontend-GNOME/Views/ServerWidget.cs | 6 +-
.../gtk-gui/Smuxi.Frontend.Gnome.ChatFindDialog.cs | 34 +-
.../gtk-gui/Smuxi.Frontend.Gnome.ChatTypeWidget.cs | 2 +-
...ontend.Gnome.EngineAssistantConnectionWidget.cs | 58 +-
...ntend.Gnome.EngineAssistantCredentialsWidget.cs | 202 +-
...xi.Frontend.Gnome.EngineAssistantIntroWidget.cs | 4 +-
...uxi.Frontend.Gnome.EngineAssistantNameWidget.cs | 34 +-
.../Smuxi.Frontend.Gnome.FilterListWidget.cs | 15 +-
.../Smuxi.Frontend.Gnome.FindGroupChatDialog.cs | 29 +-
.../gtk-gui/Smuxi.Frontend.Gnome.OpenChatDialog.cs | 26 +-
.../Smuxi.Frontend.Gnome.QuickConnectDialog.cs | 17 +-
.../gtk-gui/Smuxi.Frontend.Gnome.ServerDialog.cs | 10 +-
.../gtk-gui/Smuxi.Frontend.Gnome.ServerWidget.cs | 90 +-
...Smuxi.Frontend.Gnome.SteticPreferencesDialog.cs | 498 +-
src/Frontend-GNOME/gtk-gui/generated.cs | 27 +-
src/Frontend-GNOME/gtk-gui/gui.stetic | 64 +-
src/Frontend-GNOME/smuxi-frontend-gnome.desktop | 37 +-
src/Frontend-GNOME/smuxi-frontend-gnome.desktop.in | 11 +
src/Frontend-GNOME/smuxi-frontend-gnome.in | 2 +-
.../Frontend-GNOME/smuxi-frontend-gnome.svg | 0
src/Frontend-STFL/AssemblyInfo.cs | 13 +-
src/Frontend-STFL/ChatView.cs | 217 +-
src/Frontend-STFL/ChatViewManager.cs | 141 +-
src/Frontend-STFL/Entry.cs | 236 +-
src/Frontend-STFL/Frontend.cs | 66 +-
src/Frontend-STFL/Main.cs | 125 +-
src/Frontend-STFL/MainWindow.cs | 31 +-
src/Frontend-STFL/MainWindow.stfl | 41 +-
src/Frontend-STFL/Makefile.am | 71 +-
src/Frontend-STFL/Makefile.in | 429 +-
src/Frontend-STFL/STFL/EventReceivedEventArgs.cs | 34 +
src/Frontend-STFL/STFL/Form.cs | 90 +-
src/Frontend-STFL/STFL/KeyPressedEventArgs.cs | 2 +-
src/Frontend-STFL/STFL/Makefile.am | 12 +
src/Frontend-STFL/STFL/Makefile.in | 458 +
src/Frontend-STFL/STFL/NcursesApi.cs | 36 +
src/Frontend-STFL/STFL/StflApi.cs | 216 +
src/Frontend-STFL/STFL/TextView.cs | 230 +
src/Frontend-STFL/STFL/Widget.cs | 121 +
src/Frontend-STFL/StflUI.cs | 71 +-
src/Frontend-STFL/smuxi-frontend-stfl.exe.config | 23 +
src/Frontend-SWF/Chats/ChatView.cs | 16 +
src/Frontend-SWF/Makefile.in | 78 +-
src/Frontend-Test/Makefile.in | 78 +-
src/Frontend/ChatViewManagerBase.cs | 38 +-
src/Frontend/ChatViewSyncManager.cs | 331 +
src/Frontend/EngineManager.cs | 34 +-
src/Frontend/IChatView.cs | 12 +-
src/Frontend/Makefile.am | 2 +
src/Frontend/Makefile.in | 80 +-
src/Frontend/SshTunnelManager.cs | 113 +-
src/Makefile.in | 81 +-
src/Server/Main.cs | 97 +
src/Server/Makefile.am | 5 +-
src/Server/Makefile.in | 84 +-
src/Server/Server.cs | 7 +-
src/smuxi-win32.nsis.in | 150 +-
1768 files changed, 242810 insertions(+), 23792 deletions(-)
diff --cc debian/changelog
index bd476a6,7cc32e5..2d47f05
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,8 -1,89 +1,95 @@@
- smuxi (0.8-2~bpo60+1) squeeze-backports; urgency=low
++smuxi (0.8.9.1-3~bpo60+1) squeeze-backports; urgency=low
+
+ * Rebuild for squeeze-backports.
+
- -- Mirco Bauer <meebey at debian.org> Sun, 20 Mar 2011 18:46:27 +0100
++ -- Mirco Bauer <meebey at debian.org> Thu, 19 Jan 2012 22:56:93 +0100
++
+ smuxi (0.8.9.1-3) unstable; urgency=low
+
+ * [7cd3a08] Ignore secur32(.dll) ModuleRef for dh_clideps
+ * [0055fc3] Added missing ncurses dllmap for smuxi-frontend-stfl.exe
+
+ -- Mirco Bauer <meebey at debian.org> Sat, 07 Jan 2012 12:13:22 +0100
+
+ smuxi (0.8.9.1-2) unstable; urgency=low
+
+ * [d3a922c] Added new Db4objects.Db4o library to smuxi-engine package
+
+ -- Mirco Bauer <meebey at debian.org> Wed, 04 Jan 2012 08:22:07 +0100
+
+ smuxi (0.8.9.1-1) unstable; urgency=low
+
+ * [7525843] Imported Upstream version 0.8.9.1
+ * [b492feb] Install new application icons
+
+ -- Mirco Bauer <meebey at debian.org> Tue, 03 Jan 2012 10:21:20 +0100
+
+ smuxi (0.8.9-1) unstable; urgency=low
+
+ * [0d666d8] Imported Upstream version 0.8.9
+ * [9ce1498] Dropped patches that are already applied upstream
+ * [1d7d863] Updated patches to build with the system default compiler
+ * [c0f6d11] Enabled and added STFL frontend packages
+ * [b992bc2] Enabled and added XMPP engine package
+ * [ad44b32] Added dbus-sharp to build-deps
+ * [cb1f671] Pass debian package version to configure script
+ * [88dd531] Added libstfl-dev to build-deps
+
+ -- Mirco Bauer <meebey at debian.org> Tue, 03 Jan 2012 09:31:38 +0100
+
+ smuxi (0.8-8) unstable; urgency=low
+
+ * [9290dca] Fix startup crash in smuxi-frontend-gnome when no notification
+ daemon is available (closes: #636348)
+ * [2c50896] Fix potential startup crash in smuxi-frontend-gnome when no
+ indicate daemon is available
+
+ -- Mirco Bauer <meebey at debian.org> Fri, 05 Aug 2011 22:14:57 +0200
+
+ smuxi (0.8-7) unstable; urgency=low
+
+ * [85d9b16] Refreshed build_Twitterizer2_with_default_compiler.patch
+ * [7982725] Use 3.0 (quilt) as source format, else ubuntu.series won't be
+ picked up by dpkg-source
+
+ -- Mirco Bauer <meebey at debian.org> Sun, 26 Jun 2011 03:21:06 +0200
+
+ smuxi (0.8-6) unstable; urgency=low
+
+ * [3cd6eae] Build Newtonsoft.Json with the default compiler
+ * [ab87266] Build Twitterizer2 with default compiler
+ * [e13831a] Add useless ${misc:Depends} to smuxi meta package to please
+ lintian
+
+ -- Mirco Bauer <meebey at debian.org> Sun, 26 Jun 2011 02:34:42 +0200
+
+ smuxi (0.8-5) unstable; urgency=low
+
+ * [e040217] Added suggests oidentd | ident-server to smuxi-engine-irc as IRC
+ servers might still use ident
+ * [c4b4dab] Added notification-daemon to recommends of smuxi-frontend-gnome
+ as most users like it
+ * [a76aa87] Fixed Ubuntu distro detection by making use of vendor-specific
+ patches with quilt
+ * [f0ae392] Fixed compile on Mono 2.10 by backporting 2 upstream patches
+
+ -- Mirco Bauer <meebey at debian.org> Sun, 26 Jun 2011 01:04:53 +0200
+
+ smuxi (0.8-4) unstable; urgency=low
+
+ * [f7a2a37] Added smuxi-frontend-gnome-irc and ssh-askpass(-gnome) to
+ recommends of smuxi-frontend-gnome to ensure the user is not
+ missing important functionality.
+
+ -- Mirco Bauer <meebey at debian.org> Sun, 08 May 2011 20:23:00 +0200
+
+ smuxi (0.8-3) unstable; urgency=medium
+
+ * [a518eb9] Refreshed quilt patches
+ * [d4d8e0b] Fixed crash when disposing desktop notifications.
+ (closes: #616984)
+
+ -- Mirco Bauer <meebey at debian.org> Sun, 20 Mar 2011 16:41:20 +0100
smuxi (0.8-2) unstable; urgency=low
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/smuxi.git
More information about the Pkg-cli-apps-commits
mailing list