Skip to content

Commit e4dc06e

Browse files
committed
move repository from m6w6 to awesomized
1 parent cebf3ed commit e4dc06e

File tree

168 files changed

+264
-265
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+264
-265
lines changed

Diff for: .builds/alpine.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packages:
99
- libstdc++
1010
- memcached
1111
sources:
12-
- https://github.com/m6w6/libmemcached
12+
- https://github.com/awesomized/libmemcached
1313
secrets:
1414
- a223d068-8d3f-4bab-a623-ed6e2887820a
1515
- d7dfe587-b433-481b-8725-d7ccd82e59fb

Diff for: .builds/freebsd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ packages:
1313
- rsync
1414
- tbb
1515
sources:
16-
- https://github.com/m6w6/libmemcached
16+
- https://github.com/awesomized/libmemcached
1717
secrets:
1818
- a223d068-8d3f-4bab-a623-ed6e2887820a
1919
- d7dfe587-b433-481b-8725-d7ccd82e59fb

Diff for: .builds/openbsd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ packages:
1313
- sudo--
1414
- tbb
1515
sources:
16-
- https://github.com/m6w6/libmemcached
16+
- https://github.com/awesomized/libmemcached
1717
secrets:
1818
- a223d068-8d3f-4bab-a623-ed6e2887820a
1919
- d7dfe587-b433-481b-8725-d7ccd82e59fb

Diff for: .builds/scripts/notify-gitter

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44
GITTER=$(cat ~/.gitter)
55
STATUS=$1
66

7-
REPO=m6w6/libmemcached
7+
REPO=awesomized/libmemcached
88
REF=$(GIT_DIR=libmemcached/.git git describe --abbrev --always)
99
REF_URL=https://github.com/${REPO}/commits/${REF}
1010

Diff for: BUGS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Hashkit's MurMur/MurMur3 are limited to the lower 32 bits.
1111

1212
### crc32
1313

14-
Commit "[More Hashing methods](https://github.com/m6w6/libmemcached/commits/1207354f)"
14+
Commit "[More Hashing methods](https://github.com/awesomized/libmemcached/commits/1207354f)"
1515
from October 2007 first released in v0.8, which main intention seems to have
1616
been to add FNV1 hash algos, changed the result of the crc32 hash to only its
1717
upper 16 bits sans MSB, without any additional comment.

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ project(libmemcached
1010
VERSION "${LIBMEMCACHED_VERSION}"
1111
DESCRIPTION "libmemcached, a C/C++ memcached client library"
1212
)
13-
set(PROJECT_HOMEPAGE_URL "https://github.com/m6w6/libmemcached")
13+
set(PROJECT_HOMEPAGE_URL "https://github.com/awesomized/libmemcached")
1414
set(PROJECT_CONTACT "Michael Wallner <[email protected]>")
1515

1616
set(CXX_STANDARD 11)

Diff for: ChangeLog-1.1.md

+44-43
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
77
**Changes from beta2:**
88

9-
* Fix [gh #108](https://github.com/m6w6/libmemcached/issues/105):
9+
* Fix [gh #108](https://github.com/awesomized/libmemcached/issues/105):
1010
macOS Big Sur: dtrace does not understand -G switch
1111
* Add support for IPv6 bracketed syntax in `memcached_servers_parse`.
1212
* Make `memcat`'s `--file` option's argument optional defaulting to `<key>`.
1313
* Fix libmemcachedprotocol's binary `STAT` and `VERSION` handlers.
14-
* Fix [gh #105](https://github.com/m6w6/libmemcached/issues/105):
14+
* Fix [gh #105](https://github.com/awesomized/libmemcached/issues/105):
1515
EINTR handled too defensively when polling.
1616

1717
## v 1.1.0-beta2
@@ -20,17 +20,17 @@
2020
2121
**Changes from beta1:**
2222

23-
* Fix [gh #103](https://github.com/m6w6/libmemcached/issues/103):
23+
* Fix [gh #103](https://github.com/awesomized/libmemcached/issues/103):
2424
Build failure on 32-bit.
25-
* Fix [gh #102](https://github.com/m6w6/libmemcached/issues/102):
25+
* Fix [gh #102](https://github.com/awesomized/libmemcached/issues/102):
2626
Doc build with old sphinx.
27-
* Fix [gh #100](https://github.com/m6w6/libmemcached/issues/100):
27+
* Fix [gh #100](https://github.com/awesomized/libmemcached/issues/100):
2828
Revert symbolic rename of public header include directories.
29-
* Fix [gh #98](https://github.com/m6w6/libmemcached/issues/98):
29+
* Fix [gh #98](https://github.com/awesomized/libmemcached/issues/98):
3030
Library SONAMEs and NAME_LINKs differ from 1.0.18.
31-
* Fix [gh #97](https://github.com/m6w6/libmemcached/issues/97):
31+
* Fix [gh #97](https://github.com/awesomized/libmemcached/issues/97):
3232
Location of cmake files installation directory.
33-
* Fix [gh #96](https://github.com/m6w6/libmemcached/issues/96):
33+
* Fix [gh #96](https://github.com/awesomized/libmemcached/issues/96):
3434
LIBXXX_VERSION_HEX constants format.
3535

3636
## v 1.1.0-beta1
@@ -47,11 +47,12 @@ was incremented due to the following changes:
4747
* Tests require C++17 compiler support.
4848
* Moved to the Semantic Versioning Specification: https://semver.org
4949
* Moved the project from launchpad to github:
50-
* Source: https://github.com/m6w6/libmemcached
51-
* Documentation: https://m6w6.github.io/libmemcached
50+
* Source: https://github.com/awesomized/libmemcached
51+
* Documentation: https://awesomized.github.io/libmemcached
5252
* Continuous Integration:
53-
* Github: https://github.com/m6w6/libmemcached/actions (Linux, MacOS, Windows **·** amd64)
54-
* Sourcehut: https://builds.sr.ht/~m6w6/libmemcached (FreeBSD, OpenBSD **·** amd64)
53+
* Github: https://github.com/awesomized/libmemcached/actions (Linux, MacOS, Windows **·** amd64)
54+
* Sourcehut: https://builds.sr.ht/~m6w6/libmemcached (FreeBSD,
55+
OpenBSD **·** amd64)
5556
* Build artifacts: https://artifacts.m6w6.name/libmemcached/ rsync://m6w6.name::artifacts/libmemcached/
5657

5758

@@ -68,59 +69,59 @@ was incremented due to the following changes:
6869
* Fix libmemcached_util_version_check().
6970
* Fix ketama/consistent hashing:
7071
crash on reallocation of continuum.
71-
* Fix [gh #90](https://github.com/m6w6/libmemcached/issues/90):
72+
* Fix [gh #90](https://github.com/awesomized/libmemcached/issues/90):
7273
Build fails on Darwin.
73-
* Fix [gh #83](https://github.com/m6w6/libmemcached/issues/83):
74+
* Fix [gh #83](https://github.com/awesomized/libmemcached/issues/83):
7475
memcp waits forever if file no found.
75-
* Fix [gh #80](https://github.com/m6w6/libmemcached/issues/80):
76+
* Fix [gh #80](https://github.com/awesomized/libmemcached/issues/80):
7677
memparse docs.
77-
* Fix [gh #72](https://github.com/m6w6/libmemcached/issues/72)
78-
and [gh #47](https://github.com/m6w6/libmemcached/issues/47):
78+
* Fix [gh #72](https://github.com/awesomized/libmemcached/issues/72)
79+
and [gh #47](https://github.com/awesomized/libmemcached/issues/47):
7980
memcached_return_t docs.
80-
* Fix [gh #62](https://github.com/m6w6/libmemcached/issues/62):
81+
* Fix [gh #62](https://github.com/awesomized/libmemcached/issues/62):
8182
uint32_t overflow cause busy loop.
8283
* Removed restriction of UDP+IPv6.
8384
* Fix SERVER_ERROR_MEMORY_ALLOCATION_FAILURE:
8485
recognize more strings returned by the server.
85-
* Fix [gh #13](https://github.com/m6w6/libmemcached/issues/13):
86+
* Fix [gh #13](https://github.com/awesomized/libmemcached/issues/13):
8687
reset continuum counter after freeing them.
87-
* Fix [gh #14](https://github.com/m6w6/libmemcached/issues/14)
88-
and [gh #17](https://github.com/m6w6/libmemcached/issues/17):
88+
* Fix [gh #14](https://github.com/awesomized/libmemcached/issues/14)
89+
and [gh #17](https://github.com/awesomized/libmemcached/issues/17):
8990
SASL: AUTH_CONTINUE was considered a failure and caused IO reset.
90-
* Fix [gh #25](https://github.com/m6w6/libmemcached/issues/25):
91+
* Fix [gh #25](https://github.com/awesomized/libmemcached/issues/25):
9192
hashkit/murmur3 unavailable.
9293
* Fix missing handling of EAGAIN for non-blocking unix domain socket.
93-
* Fix [gh #35](https://github.com/m6w6/libmemcached/issues/35):
94+
* Fix [gh #35](https://github.com/awesomized/libmemcached/issues/35):
9495
handling of BEHAVIOR_REMOVE_FAILED_SERVERS.
95-
* Fix [gh #41](https://github.com/m6w6/libmemcached/issues/41):
96+
* Fix [gh #41](https://github.com/awesomized/libmemcached/issues/41):
9697
ensure stable sort on continuum host key collision.
97-
* Fix [gh #42](https://github.com/m6w6/libmemcached/issues/42):
98+
* Fix [gh #42](https://github.com/awesomized/libmemcached/issues/42):
9899
MEMCACHED_MAX_BUFFER docs.
99-
* Fix [gh #43](https://github.com/m6w6/libmemcached/issues/43):
100+
* Fix [gh #43](https://github.com/awesomized/libmemcached/issues/43):
100101
libmemcached_configuration docs.
101-
* Fix [gh #46](https://github.com/m6w6/libmemcached/issues/46):
102+
* Fix [gh #46](https://github.com/awesomized/libmemcached/issues/46):
102103
clarification on millisecond timeout docs.
103-
* Fix [gh #50](https://github.com/m6w6/libmemcached/issues/50):
104+
* Fix [gh #50](https://github.com/awesomized/libmemcached/issues/50):
104105
memcached_fetch_result() can return previously returned data.
105-
* Fix [gh #53](https://github.com/m6w6/libmemcached/issues/53):
106+
* Fix [gh #53](https://github.com/awesomized/libmemcached/issues/53):
106107
stack overflow in memcached_fetch_result().
107-
* Fix [gh #57](https://github.com/m6w6/libmemcached/issues/57):
108+
* Fix [gh #57](https://github.com/awesomized/libmemcached/issues/57):
108109
include <inttypes.h> vs <cinttypes>
109-
* Fix [gh #58](https://github.com/m6w6/libmemcached/issues/58):
110+
* Fix [gh #58](https://github.com/awesomized/libmemcached/issues/58):
110111
more specific error messages when connect() fails.
111-
* Fix [gh #59](https://github.com/m6w6/libmemcached/issues/59):
112+
* Fix [gh #59](https://github.com/awesomized/libmemcached/issues/59):
112113
bin/memcat: typo in "No servers provied".
113-
* Fix [gh #77](https://github.com/m6w6/libmemcached/issues/77):
114+
* Fix [gh #77](https://github.com/awesomized/libmemcached/issues/77):
114115
undeclared UINT64_C in ketama.cc.
115-
* Fix [gh #12](https://github.com/m6w6/libmemcached/issues/12):
116+
* Fix [gh #12](https://github.com/awesomized/libmemcached/issues/12):
116117
never reconnects after connection reset (binary protocol).
117-
* Fix [gh #49](https://github.com/m6w6/libmemcached/issues/49):
118+
* Fix [gh #49](https://github.com/awesomized/libmemcached/issues/49):
118119
assertion memcached_failed(rc) failed in memcached_send_ascii().
119-
* Fix [gh #67](https://github.com/m6w6/libmemcached/issues/67):
120+
* Fix [gh #67](https://github.com/awesomized/libmemcached/issues/67):
120121
get returns NOTFOUND on timeout.
121-
* Fix [gh #76](https://github.com/m6w6/libmemcached/issues/76):
122+
* Fix [gh #76](https://github.com/awesomized/libmemcached/issues/76):
122123
memcached_touch() crashes when expiration=-1 (ASCII only).
123-
* Fix [gh #23](https://github.com/m6w6/libmemcached/issues/23):
124+
* Fix [gh #23](https://github.com/awesomized/libmemcached/issues/23):
124125
build fails with bison 2.3.
125126
* Fix memaslap: build fails with newer compiler versions.
126127
* Fix usage of strerror_r() implementations returning pointer to char.
@@ -131,14 +132,14 @@ was incremented due to the following changes:
131132
* Fix bin/memaslap to idnentify itself as memaslap instead of memslap.
132133
* Fix bin/memcapable to work with memcached >= 1.6.
133134
* Fix murmur and murmur3 hashes on big endian platforms.
134-
* Fix [gh #82](https://github.com/m6w6/libmemcached/issues/82),
135-
[gh #64](https://github.com/m6w6/libmemcached/issues/64) and
136-
[gh #21](https://github.com/m6w6/libmemcached/issues/21):
135+
* Fix [gh #82](https://github.com/awesomized/libmemcached/issues/82),
136+
[gh #64](https://github.com/awesomized/libmemcached/issues/64) and
137+
[gh #21](https://github.com/awesomized/libmemcached/issues/21):
137138
clarify documentation on replication.
138-
* Fix [gh #95](https://github.com/m6w6/libmemcached/issues/95):
139+
* Fix [gh #95](https://github.com/awesomized/libmemcached/issues/95):
139140
MEMCACHED_CALLBACK_GET_FAILURE and MEMCACHED_BEHAVIOR_BUFFER_REQUESTS
140141
* Fix bin/memcat to output flags if requested with `--flag`.
141-
* Fix [gh #68](https://github.com/m6w6/libmemcached/issues/68):
142+
* Fix [gh #68](https://github.com/awesomized/libmemcached/issues/68):
142143
Windows support.
143144

144145
---

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Copyright (c) 2006-2014 Brian Aker, DataDifferential, https://datadifferential.com/
2-
Copyright (c) 2020 Michael Wallner, SmugMug Inc, https://smugmug.com/
2+
Copyright (c) 2020-2021 Michael Wallner, Awesome Inc, https://awesome.co/
33

44
All rights reserved.
55

Diff for: LICENSE.HEADER

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
| the terms online at: https://opensource.org/licenses/BSD-3-Clause |
1010
+--------------------------------------------------------------------+
1111
| Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ |
12-
| Copyright (c) 2020 Michael Wallner <[email protected]> |
12+
| Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ |
1313
+--------------------------------------------------------------------+
1414
*/

Diff for: README.md

+11-14
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# libmemcached
22

3-
[![Gitter Badge]](https://gitter.im/m6w6/libmemcached)
43
[![License Badge]](https://opensource.org/licenses/BSD-3-Clause)
54

6-
[Gitter Badge]: https://badges.gitter.im/m6w6/libmemcached.svg "Gitter Chat"
75
[License Badge]: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg "BSD 3-Clause"
86

97
libmemcached is an open source C/C++ client library and tools for the
@@ -13,19 +11,18 @@ side methods.
1311

1412
> **NOTE:**
1513
> This is a resurrection of the original work from Brian Aker at
16-
> [libmemcached.org](https://libmemcached.org) and the only publicly maintained
17-
> version of libmemcached currently known to me.
14+
> [libmemcached.org](https://libmemcached.org).
1815
1916
## Documentation
2017

2118
[![Docs Actions Badge]](
22-
https://github.com/m6w6/libmemcached/actions?query=workflow%3Adocs-publish-pages)
19+
https://github.com/awesomized/libmemcached/actions?query=workflow%3Adocs-publish-pages)
2320

2421
[Docs Actions Badge]:
25-
https://github.com/m6w6/libmemcached/workflows/docs-publish-pages/badge.svg?branch=v1.x
22+
https://github.com/awesomized/libmemcached/workflows/docs-publish-pages/badge.svg?branch=v1.x
2623
"Github Docs Action"
2724

28-
See https://m6w6.github.io/libmemcached
25+
See https://awesomized.github.io/libmemcached
2926

3027
### Building and updating docs
3128

@@ -41,7 +38,7 @@ Please see/edit [`CMakeConfig.txt`](./CMakeConfig.txt) or use `ccmake(1)` or
4138

4239
### From source
4340

44-
git clone github.com:m6w6/libmemcached
41+
git clone github.com:awesomized/libmemcached
4542
mkdir build-libmemcached
4643
cd $_
4744
cmake ../libmemcached
@@ -69,10 +66,10 @@ https://artifacts.m6w6.name/libmemcached/ and rsync://m6w6.name::artifacts/libme
6966

7067
## Testing
7168

72-
[![Codecov Badge]](https://codecov.io/gh/m6w6/libmemcached)
69+
[![Codecov Badge]](https://codecov.io/gh/awesomized/libmemcached)
7370

7471
[Codecov Badge]:
75-
https://codecov.io/gh/m6w6/libmemcached/branch/v1.x/graph/badge.svg
72+
https://codecov.io/gh/awesomized/libmemcached/branch/v1.x/graph/badge.svg
7673
"Code coverage"
7774

7875
Enable the `BUILD_TESTING` setting for a build and run `make test`.
@@ -82,11 +79,11 @@ Enable the `BUILD_TESTING` setting for a build and run `make test`.
8279

8380
### Continuous integration
8481

85-
[![Actions Badge]](https://github.com/m6w6/libmemcached/actions?query=workflow%3Acmake-build-ci)
82+
[![Actions Badge]](https://github.com/awesomized/libmemcached/actions?query=workflow%3Acmake-build-ci)
8683
[![Sourcehut Badge]](https://builds.sr.ht/~m6w6/libmemcached)
8784

8885
[Actions Badge]:
89-
https://github.com/m6w6/libmemcached/workflows/cmake-build-ci/badge.svg?branch=v1.x
86+
https://github.com/awesomized/libmemcached/workflows/cmake-build-ci/badge.svg?branch=v1.x
9087
"Github Actions"
9188
[Sourcehut Badge]:
9289
https://builds.sr.ht/~m6w6/libmemcached/commits.svg
@@ -107,7 +104,7 @@ libmemcached has been tested against [memcached](https://github.com/memcached/me
107104

108105
## ChangeLog
109106

110-
Check out the latest [releases](https://github.com/m6w6/libmemcached/releases)
107+
Check out the latest [releases](https://github.com/awesomized/libmemcached/releases)
111108
or the bundled [ChangeLog](./ChangeLog-1.1.md) for a comprehensive list of changes.
112109

113110
## License
@@ -117,7 +114,7 @@ found in the accompanying [LICENSE](./LICENSE) file.
117114

118115
## Contributing
119116

120-
Please report any issues on the [bug tracker](https://github.com/m6w6/libmemcached/issues).
117+
Please report any issues on the [bug tracker](https://github.com/awesomized/libmemcached/issues).
121118

122119
A list of known permanent issues is maintained in [BUGS](./BUGS.md).
123120

Diff for: docs/conf.py.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ manpages_url = 'https://linux.die.net/man/{section}/{page}'
3939

4040
html_context = {
4141
'display_github': True,
42-
'github_user': 'm6w6',
42+
'github_user': 'awesomized',
4343
'github_repo': 'libmemcached',
4444
'github_version': 'v1.x/docs/source/'
4545
}

Diff for: docs/gh-pages/publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ then
99
git pull -r
1010
cd ..
1111
else
12-
git clone -b gh-pages github.com:m6w6/libmemcached pages
12+
git clone -b gh-pages github.com:awesomized/libmemcached pages
1313
fi
1414

1515
mkdir -p build

0 commit comments

Comments
 (0)